aoc2023

advent of code 2023
Log | Files | Refs | Feed | README

Commit: 25202c5465a20a2c9f80404ccfb505f9a69040dc
Author: Randy Palamar
Date:   Thu, 30 Nov 2023 20:56:02 -0700

aoc 2023

Diffstat:
AREADME.md | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,23 @@ +# Advent of Code 2023 + +The repo where I will dump all my solutions to AOC 2023. + +## Language(s) + +This year I plan on completing all the tasks in Haskell. Going +into to I would say I'm only slightly beyond "Hello World!" level +though I did write an ultra slow JSON like parser at one point. + +I also plan on completing some tasks in C as well. I want to test +if I can write something in Haskell that will outperform a trivial +solution in C. My prior experience has taught me otherwise but I'm +hoping to be surprised. + +## Documentation + +The README associated with each day will contain any performance +testing I have done. I plan on including the problem statement as +a comment in the code and any thoughts on implementation or other +issues will be included in the commit messages. + +## Happy Hacking and Holidays!