nix-templates/aoc23/Main.hs

9 lines
99 B
Haskell

module Main where
import Day1
main :: IO ()
main = do
putStrLn "Hello"
putStrLn Day1.resultA