From 6b7eac728182e9273c487cc7868a07d4cf10539a Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Mon, 2 Dec 2024 14:57:49 +0100 Subject: [PATCH] Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1efb923 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ + +# Haskell solutions for Advent of Code 2024 + +My solutions to [Advent of Code 2024](https://adventofcode.com/2024) + +## Building and running + +The programs expect input from stdin. The easiest way to compile and run the programs are as follows: + +```sh +ghc -dynamic silver.hs +./silver