Tested Haskell

This commit is contained in:
ilsix 2024-04-04 23:01:46 +02:00
parent a7d655bd05
commit 065be44e07
2 changed files with 4 additions and 0 deletions

View File

@ -1 +1,2 @@
--compiles and runs successfully
main = putStrLn "Hello World!"

3
haskell/test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
ghc helloworld.hs
./helloworld