missing return

This commit is contained in:
2022-04-21 21:17:49 +02:00
parent ea8beae4c5
commit 2c8c1cbe6a
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
func main() begin
print "Hello, World!"
return 0
end