adventofcode-2020/template.hs

9 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"