Move for next
This commit is contained in:
8
3or4or6/app/Main.hs
Normal file
8
3or4or6/app/Main.hs
Normal file
@ -0,0 +1,8 @@
|
||||
{-# Language LambdaCase, Strict #-}
|
||||
module Main where
|
||||
|
||||
import Chi
|
||||
import Interpreter.Haskell
|
||||
|
||||
main :: IO ()
|
||||
main = getLine >>= print . eval . parse
|
||||
Reference in New Issue
Block a user