mirror of
https://github.com/mx42/adventofcode.git
synced 2026-01-14 22:09:50 +01:00
WIP AOC 2022 & 2023
This commit is contained in:
9
AOC2023/src/Day19.hs
Normal file
9
AOC2023/src/Day19.hs
Normal file
@@ -0,0 +1,9 @@
|
||||
module Day19 (day19) where
|
||||
|
||||
day19 :: IO ()
|
||||
day19 = do
|
||||
putStrLn "AOC 2023 day 19"
|
||||
input <- getContents
|
||||
putStrLn "Part1"
|
||||
putStrLn "Part2"
|
||||
|
||||
Reference in New Issue
Block a user