move inline/substMeta to compile step

This commit is contained in:
2025-09-23 20:43:46 -07:00
parent 3143fa7b0a
commit 36d9f81f61
3 changed files with 25 additions and 17 deletions

View File

@@ -43,8 +43,6 @@ part1 text digits =
let nums = map combine $ map digits lines in
foldl _+_ 0 nums
#check digits1 unpack : String -> List Int
runFile : String -> IO Unit
runFile fn = do
text <- readFile fn