Added some numbers to differentiate between the results

main
Øyvind Skaaden 2022-02-27 19:08:44 +01:00
parent a701db4a19
commit db7087c277
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
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
var a, b, c
a := 1 + 2 + 4 + 5 + 6 + 7 + 8 + 9 - 1
b := (10 + 10 * 5) * (2 + 2 * (1 + 1)) / 10 + 2 * 5 + 6 / 3
if a = b then
print "The answer is", b