This website requires JavaScript.
Explore
Help
Register
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 15:20:52 +02:00
main() {
Added more tests
2024-07-30 15:46:47 +02:00
a := 1
b := a + 1
a = 2
assert b == 2
Removed incorrect optimization
2024-07-06 15:20:52 +02:00
}
Reference in New Issue
Copy Permalink