git @ Cat's Eye Technologies Flobnar / master src / Main.hs
master

Tree @master (Download .tar.gz)

Main.hs @masterraw · history · blame

1
2
3
4
5
6
7
8
9
module Main where

import System.Environment
import Flobnar

main = do
    [fileName] <- getArgs
    c <- readFile fileName
    putStr $ showRun c