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