Skip to content

Instantly share code, notes, and snippets.

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