gdritter repos endsay / master src / Main.hs
master

Tree @master (Download .tar.gz)

Main.hs @masterraw · history · blame

1
2
3
4
5
6
7
8
module Main where

import Run

main :: IO ()
main = do
  let program = "5 dup mul ="
  runEndsay program run >>= print