Add template
This commit is contained in:
parent
08aa81284c
commit
8acceb5231
1 changed files with 8 additions and 0 deletions
8
template.hs
Executable file
8
template.hs
Executable 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"
|
Loading…
Reference in a new issue