diff options
Diffstat (limited to 'examples/arithmetics.pipa')
-rw-r--r-- | examples/arithmetics.pipa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/arithmetics.pipa b/examples/arithmetics.pipa index e2b7645..f2449b8 100644 --- a/examples/arithmetics.pipa +++ b/examples/arithmetics.pipa @@ -1,3 +1,3 @@ -main(): i32 { +fn main(): i32 { return ((2 + 1) * (5 - 3) + 7) * 2 / 2; } |