From 6438ed23f02f6a11fc7d8b2e0fca5af5fa9414a9 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Thu, 17 Dec 2020 18:38:05 +0100 Subject: [PATCH] Update readme --- haskellAoC/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/haskellAoC/README.md b/haskellAoC/README.md index 8c11810..758b083 100644 --- a/haskellAoC/README.md +++ b/haskellAoC/README.md @@ -1 +1,12 @@ -# haskellAoC +# Advent of Code - Haskell implementation + +Disclaimer: I'm a somewhat noob using Haskell, and not really fluent yet with most advanced functional constructs. + +Most of the problems I handle by myself, but for some I had to look at others' solutions, to learn some libs or constructs. + + +## Usage + +Run using `stack run [year] [day]`, with inputs in the dedicated directory. + +The app scans for files prefixed with the day number, so you can have multiple test inputs.