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