Skip to content

Commit d5873c1

Browse files
committed
2024.4 readme
1 parent 7ea5670 commit d5873c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aoc2024/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Day | Letter | Language | Status | Time spent (part 1 + part 2) | Exe
77
1 | A | [x86 Assembly][asm] | ✅ | 12h + 1h | 5ms + 2ms
88
2 | B | [BQN][bqn] | ✅ | 4h + 2h | 5ms + 10ms
99
3 | C | [Clojure][clojure] | ✅ | 2h + 0.5h | No idea how to measure, startup time is 1500ms
10-
4 | D | | 🕙 | |
10+
4 | D | [D][d] | ✅ | 2h + 0.5h | 15ms + 5ms
1111
5 | E | | 🕙 | |
1212
6 | F | | 🕙 | |
1313
7 | G | [Gleam][gleam] | 🕙 | |
@@ -37,6 +37,7 @@ List of languages: https://rosettacode.org/wiki/Category:Programming_Languages
3737
[asm]: https://rosettacode.org/wiki/Category:X86_Assembly
3838
[bqn]: https://rosettacode.org/wiki/Category:BQN
3939
[clojure]: https://rosettacode.org/wiki/Category:Clojure
40+
[d]: https://rosettacode.org/wiki/Category:D
4041
[gleam]: https://rosettacode.org/wiki/Category:Gleam
4142
[haskell]: https://rosettacode.org/wiki/Category:Haskell
4243
[lisp]: https://rosettacode.org/wiki/Category:Lisp

0 commit comments

Comments
 (0)