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

7 lines
95 B
Haskell

module Main where
import SixtyFiveOhTwo.Instruction
main :: IO ()
main = putStrLn "Compiled"