sixty-five-oh-two/app/Main.hs

7 lines
95 B
Haskell
Raw Normal View History

2018-05-23 10:51:24 +00:00
module Main where
import SixtyFiveOhTwo.Instruction
main :: IO ()
main = putStrLn "Compiled"