diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2021-02-10 21:31:23 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2021-02-10 21:31:23 +0300 |
commit | b44005b3b5426bd31c40f74c150ca00775f4dd9f (patch) | |
tree | bdf08ce7b2582633fdbe357e4d16d1bd5b31bd25 /src | |
download | suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.tar suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.tar.xz suem-b44005b3b5426bd31c40f74c150ca00775f4dd9f.zip |
Initial commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/Suem.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Suem.hs b/src/Suem.hs new file mode 100644 index 0000000..f74976e --- /dev/null +++ b/src/Suem.hs @@ -0,0 +1,4 @@ +module Suem (printROM) where + +printROM :: IO () +printROM = putStrLn "ROM" |