Author
anonymous
about 7 years ago
Haskell
ghc 8.0.2
$ ghc prog.hs -o prog.exe -Wall
[1 of 1] Compiling Main ( prog.hs, prog.o ) Linking prog.exe ... 2 3 ------------------- 1: 10 2: 10 3: 10
[1 of 1] Compiling Main ( prog.hs, prog.o ) Linking prog.exe ...
2 3 ------------------- 1: 10 2: 10 3: 10