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