2009-08-29 17:59:02 +00:00

8 lines
166 B
Plaintext

# -*- mode: snippet -*-
# key: mod
# contributor: Translated from TextMate Snippet
# name: Module
# --
module ${1:Main} where
${2:main = ${3:putStrLn "Hello World"}}