From 619bbd07700a83757b3f2f467bb9b1ff209e0a1f Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sun, 1 Dec 2024 23:08:34 -0500 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b632c..ab295cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # AdventOfCode2024 -My solutions to advent of code problems in 2024 \ No newline at end of file +My solutions to advent of code problems in 2024 + +## Problems and Languages Used + +Below are a list of the programming languages used to solve each day: + +Day 1 - Haskell