Tested Haskell
This commit is contained in:
parent
a7d655bd05
commit
065be44e07
|
@ -1 +1,2 @@
|
||||||
|
--compiles and runs successfully
|
||||||
main = putStrLn "Hello World!"
|
main = putStrLn "Hello World!"
|
3
haskell/test.sh
Executable file
3
haskell/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
ghc helloworld.hs
|
||||||
|
./helloworld
|
Loading…
Reference in New Issue
Block a user