Initial release

This commit is contained in:
Stefan Risberg
2022-12-03 10:50:09 +01:00
commit 01cdae0f7a
16 changed files with 614 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