Implemented 64-bit move

This commit is contained in:
Eduard Urbach 2024-07-26 16:19:13 +02:00
parent 123738f88c
commit bf80551a15
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
8 changed files with 62 additions and 29 deletions

View file

@ -1,5 +1,5 @@
import io
import log
main() {
io.printNum(2147483647)
log.number(9223372036854775807)
}