This commit is contained in:
2025-11-25 18:18:19 +01:00
parent e749b82a87
commit 8312f289c8
5 changed files with 55 additions and 13 deletions

8
3or4/app/Main.hs Normal file
View File

@ -0,0 +1,8 @@
{-# Language LambdaCase, Strict #-}
module Main where
import Chi
import Interpreter.Haskell
main :: IO ()
main = getLine >>= print . eval . parse