Author
anonymous
over 6 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 ... [1] [1,2] [1,2,3] [1,2,3,4]
[1 of 1] Compiling Main ( prog.hs, prog.o ) Linking prog.exe ...
[1] [1,2] [1,2,3] [1,2,3,4]