Add README
This commit is contained in:
16
README.md
Normal file
16
README.md
Normal file
@@ -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 <test.txt
|
||||||
|
|
||||||
|
ghc -dynamic gold.hs
|
||||||
|
./gold <test.txt
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user