mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-02 14:45:30 +00:00
Added samples for Haskell
This commit is contained in:
6
samples/Haskell/Hello.hs
Normal file
6
samples/Haskell/Hello.hs
Normal file
@@ -0,0 +1,6 @@
|
||||
import Data.Char
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
let hello = "hello world"
|
||||
putStrLn $ map toUpper hello
|
||||
Reference in New Issue
Block a user