mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
6 lines
48 B
Haskell
6 lines
48 B
Haskell
-- |
|
|
|
|
module foo where
|
|
|
|
main :: Int
|
|
main = "hi"
|