Day 6, input
This commit is contained in:
parent
19975730a5
commit
f7d651ff92
2 changed files with 2188 additions and 0 deletions
2178
day6/input
Normal file
2178
day6/input
Normal file
File diff suppressed because it is too large
Load diff
10
day6/main.hs
Executable file
10
day6/main.hs
Executable file
|
@ -0,0 +1,10 @@
|
|||
#! /usr/bin/env -S"ANSWER=42" nix-shell
|
||||
#! nix-shell -p ghcid
|
||||
#! nix-shell -p "haskellPackages.ghcWithPackages (p: with p; [shower])"
|
||||
#! nix-shell -i "ghcid -c 'ghci -Wall' -T main"
|
||||
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
putStrLn "Day 6 - Part 1"
|
Loading…
Reference in a new issue