Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
1
Task/Hello-world-Newbie/Haskell/hello-world-newbie-1.hs
Normal file
1
Task/Hello-world-Newbie/Haskell/hello-world-newbie-1.hs
Normal file
|
|
@ -0,0 +1 @@
|
|||
$ sudo apt-get install ghc
|
||||
4
Task/Hello-world-Newbie/Haskell/hello-world-newbie-2.hs
Normal file
4
Task/Hello-world-Newbie/Haskell/hello-world-newbie-2.hs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$ touch hello.hs
|
||||
$ cat > hello.hs << HERE
|
||||
main = putStrLn "Hello, World!"
|
||||
HERE
|
||||
1
Task/Hello-world-Newbie/Haskell/hello-world-newbie-3.hs
Normal file
1
Task/Hello-world-Newbie/Haskell/hello-world-newbie-3.hs
Normal file
|
|
@ -0,0 +1 @@
|
|||
$ ghc hello.hs -o hello
|
||||
2
Task/Hello-world-Newbie/Haskell/hello-world-newbie-4.hs
Normal file
2
Task/Hello-world-Newbie/Haskell/hello-world-newbie-4.hs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$ ./hello
|
||||
Hello, World!
|
||||
Loading…
Add table
Add a link
Reference in a new issue