Add template

This commit is contained in:
Martin Potier 2020-12-01 09:16:49 +02:00
parent 08aa81284c
commit 8acceb5231
1 changed files with 8 additions and 0 deletions

8
template.hs Executable file
View File

@ -0,0 +1,8 @@
#! /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"