Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
strlst
/
haskelllearningfromfirstprinciples
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
master
haskelllearn...
/
chapter3
/
print1.hs
print1.hs
86 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
module PRINT1 where
putstrln = putStrLn
main :: IO ()
main = putstrln "hello world!"