Start PS4

This commit is contained in:
2022-03-12 18:09:07 +01:00
parent 7a3af1c302
commit 4717d45e30
27 changed files with 1212 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
func main() begin
var a
a := 1 + 2 + 4 + 5 + 6 + 7 + 8 + 9
b := (10 + 10 * 4) * (2 + 2 * (1 + 1)) / 10 + 2 * 5 + 6 / 3
if a = b then
print "The answer is", b
end