Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Magiczne committed Dec 8, 2024
1 parent bb9e613 commit b495aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions 2024/d06/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import { readFileSync } from 'node:fs'

import { runExamples, runSolution } from '@magiczne/advent-of-code-ts-core/aoc'

interface Vec2 {
x: number
y: number
}
import type { Vec2 } from '@magiczne/advent-of-code-ts-core/types'

interface Input {
map: Array<Array<'.' | '#'>>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Some editions were finished later, or even done in a different time (for example
| [2021](2021) | [Elixir][lang-elixir] | 06/50 |Why have i chosen Elixir... |
| [2022](2022) | [TypeScript][lang-ts] | 38/50 |With some help from [Radash][lib-radash] and [Ramda][lib-ramda] |
| [2023](2023) | [TypeScript][lang-ts] | 20/50 |With some help from [Radash][lib-radash] and [Ramda][lib-ramda] |
| [2024](2024) | [TypeScript][lang-ts] | 04/50 |With some help from [Radash][lib-radash] and [Ramda][lib-ramda] |
| [2024](2024) | [TypeScript][lang-ts] | 16/50 |With some help from [Radash][lib-radash] and [Ramda][lib-ramda] |

[lang-c#]: https://learn.microsoft.com/pl-pl/dotnet/csharp/
[lang-elixir]: https://elixir-lang.org/
Expand Down

0 comments on commit b495aba

Please sign in to comment.