Skip to content

Instantly share code, notes, and snippets.

@Learath2
Created July 2, 2015 18:50
Show Gist options
  • Save Learath2/0e5f830d0f2a6f6f9727 to your computer and use it in GitHub Desktop.
Save Learath2/0e5f830d0f2a6f6f9727 to your computer and use it in GitHub Desktop.
Nim test
let
num = 600851475143'i64
res = num / 3'i64
echo($res)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment