6 lines
88 B
Text
6 lines
88 B
Text
snippet main
|
|
module Main where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, World"
|
|
endsnippet
|