Initial release
This commit is contained in:
9
test/Spec.hs
Normal file
9
test/Spec.hs
Normal 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
|
||||
Reference in New Issue
Block a user