init — add day2

This commit is contained in:
Pcornat 2024-01-26 13:16:49 +01:00
commit 00f7598bee
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
7 changed files with 960 additions and 0 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
# VS Code files for those working on multiple tools
.vscode/
*.code-workspace