New Fetch
This commit is contained in:
4
haskell/hello-world/src/HelloWorld.hs
Normal file
4
haskell/hello-world/src/HelloWorld.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module HelloWorld (hello) where
|
||||
|
||||
hello :: String
|
||||
hello = error "You need to implement this function."
|
Reference in New Issue
Block a user