Move for next

This commit is contained in:
2025-12-08 15:21:42 +01:00
parent 11f5ef158c
commit a8c41dfd7d
15 changed files with 30 additions and 0 deletions

8
3or4or6/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