Initial release

This commit is contained in:
Stefan Risberg
2022-12-03 10:50:09 +01:00
commit 7b5d011214
17 changed files with 664 additions and 0 deletions

9
test/Spec.hs Normal file
View File

@@ -0,0 +1,9 @@
module Spec (main) where
import ClassyPrelude
-- import Day2
import Day3
import System.Environment (withArgs)
main :: IO ()
main = withArgs ["puzzle3.txt"] run