aboutsummaryrefslogtreecommitdiff
path: root/examples/return-0.cup
diff options
context:
space:
mode:
Diffstat (limited to 'examples/return-0.cup')
-rw-r--r--examples/return-0.cup4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/return-0.cup b/examples/return-0.cup
index 5cc8b30..22d6772 100644
--- a/examples/return-0.cup
+++ b/examples/return-0.cup
@@ -1,3 +1,3 @@
-fn main(): int {
- return 0;
+fn main() {
+ return 0;
} \ No newline at end of file