Skip to content

Commit 71faad4

Browse files
committed
Update README
1 parent 23bdcd6 commit 71faad4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# Coding Challenges
1+
# Solutions
22

33
## Advent of Code
44

5-
- [2024](https://adventofcode.com/2024) in Rust.
6-
- [2023](https://adventofcode.com/2023) in Rust.
7-
- [2022](https://adventofcode.com/2022) in Kotlin.
8-
- [2021](https://adventofcode.com/2021) in Python.
9-
- [2020](https://adventofcode.com/2020) in Python.
5+
[https://adventofcode.com/](https://adventofcode.com/)
6+
7+
- [2024](https://github.com/benhunter/coding-challenges/tree/main/AdventOfCode/2024) in Rust.
8+
- [Day 13](https://github.com/benhunter/coding-challenges/blob/main/AdventOfCode/2024/day-13/src/lib.rs)
9+
- [2023](https://github.com/benhunter/coding-challenges/tree/main/AdventOfCode/2023) in Rust.
10+
- [2022](https://github.com/benhunter/coding-challenges/tree/main/AdventOfCode/2022) in Kotlin.
11+
- [2021](https://github.com/benhunter/coding-challenges/tree/main/AdventOfCode/2021) in Python.
12+
- [2020](https://github.com/benhunter/coding-challenges/tree/main/AdventOfCode/2020) in Python.
1013

1114
## LeetCode
1215

0 commit comments

Comments
 (0)