Fix values

This commit is contained in:
Neemek 2025-03-16 20:09:36 +01:00
parent ae7d6c5359
commit 5edad332cd
Signed by: neemek
GPG key ID: 28360A8951CD0E9B
19 changed files with 611 additions and 331 deletions

View file

@ -5,8 +5,8 @@ func sum(a, b) {
breakpoint
assert(sum(1, 2) == 3)
assertEq(sum(1, 2), 3)
breakpoint
assert(sum(3, 3) == 6)
assertEq(sum(3, 3), 6)
breakpoint