Day5, add SortedMap
This commit is contained in:
17
aoc2024/DayXX.newt
Normal file
17
aoc2024/DayXX.newt
Normal file
@@ -0,0 +1,17 @@
|
||||
module DayXX
|
||||
|
||||
import Prelude
|
||||
import Node
|
||||
import Aoc
|
||||
|
||||
|
||||
run : String -> IO Unit
|
||||
run fn = do
|
||||
putStrLn fn
|
||||
text <- readFile fn
|
||||
putStrLn text
|
||||
|
||||
main : IO Unit
|
||||
main = do
|
||||
run "aoc2024/dayXX/eg.txt"
|
||||
run "aoc2024/dayXX/input.txt"
|
||||
Reference in New Issue
Block a user