This website requires JavaScript.
Explore
Help
Sign In
cli
/
q
Code
Issues
Pull Requests
Activity
6 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Removed incorrect optimization
2024-07-06 13:20:52 +00:00
main() {
x := 1
y := x + 1
x = 2
Added assertions to most tests
2024-07-28 16:47:13 +00:00
assert y == 2
Removed incorrect optimization
2024-07-06 13:20:52 +00:00
}
Reference in New Issue
Copy Permalink