Fixed previous commit

Also allows multiple things to be added together
This commit is contained in:
Pasha Bibko
2025-04-21 09:50:29 +01:00
parent 934f287b7f
commit a560c53c58
8 changed files with 47 additions and 906 deletions

View File

@@ -1,2 +1,2 @@
func main
return 3 + 56
return 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8