Day 6, input

This commit is contained in:
Martin Potier 2020-12-07 12:13:02 +02:00
parent 19975730a5
commit f7d651ff92
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
2 changed files with 2188 additions and 0 deletions

2178
day6/input Normal file

File diff suppressed because it is too large Load Diff

10
day6/main.hs Executable file
View 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"