Skip to content

Commit

Permalink
Update tests/should_succeed/main_funny_arg_names.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 19, 2023
1 parent 1e2bd26 commit 4321f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/should_succeed/main_funny_arg_names.jou
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "stdlib/io.jou"

# Usually the args are named "argc" and "argv" but this is also acceptable
# Usually the args are named "argc" and "argv", but you can name them whatever you want.
def main(lol: int, wat: byte**) -> int:
printf("lol = %d\n", lol) # Output: lol = 1
return 0

0 comments on commit 4321f8a

Please sign in to comment.