Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 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