Language
Nim
Compiler
nim HEAD Version 1.0.99
Options
Raw compiler options
-d:release
-d:danger
--threads:on
--gc:boehm
$ nim c ./prog.nim -d:release -d:danger --threads:on --gc:boehm
The first 20 hammings are: 1 2 3 4 5 6 8 9 10 12 15 16 18 20 24 25 27 30 32 36
The 1691st hamming is: 2125764000
The millionth hamming is: 519312780448388736089589843750000000000000000000000000000000000000000000000000000000
This last took 284 milliseconds.
Exit Code:
0