[READ-ONLY] Mirror of https://github.com/shuuji3/normal-haskell-programming-book. Codes for『ふつうのHaskellプログラミング』http://www.loveruby.net/ja/stdhaskell/
0

Configure Feed

Select the types of activity you want to include in your feed.

create hello.hs

+2
+2
hello.hs
··· 1 + main :: IO () 2 + main = putStrLn "Hello, world!"