This website requires JavaScript.
Explore
Help
Register
Sign In
cli
/
q
Code
Issues
1
Pull Requests
Activity
7 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implemented negation
2024-07-28 15:42:51 +02:00
main() {
Implemented move with sign extension
2024-07-28 21:09:42 +02:00
assert f(-32) == 32
Implemented negation
2024-07-28 15:42:51 +02:00
}
f(x) {
return -x
}
Reference in New Issue
Copy Permalink