adventofcode-2020/template.hs
2020-12-01 09:16:49 +02:00

8 lines
201 B
Haskell
Executable file

#! /usr/bin/env nix-shell
#! nix-shell -p "haskellPackages.ghcWithPackages (pkgs: with pkgs; [])" -i runhaskell
{-# LANGUAGE OverloadedStrings #-}
main :: IO ()
main = do
putStrLn "Day 1 - Part 1"