From b44005b3b5426bd31c40f74c150ca00775f4dd9f Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 10 Feb 2021 21:31:23 +0300 Subject: Initial commit. --- src/Suem.hs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/Suem.hs (limited to 'src') 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" -- cgit v1.2.3