Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yakiyo/aoc-2023
AoC 2023 with Typescript and Deno. Prolly won't be able to finish it anyway.
https://github.com/yakiyo/aoc-2023
advent-of-code advent-of-code-2023 aoc
Last synced: about 3 hours ago
JSON representation
AoC 2023 with Typescript and Deno. Prolly won't be able to finish it anyway.
- Host: GitHub
- URL: https://github.com/yakiyo/aoc-2023
- Owner: Yakiyo
- Created: 2023-12-07T06:52:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-07T08:25:40.000Z (10 months ago)
- Last Synced: 2024-01-07T19:56:44.310Z (10 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2023
Solutions to my adventofcode challenges for 2023. Written in
typescript and using Deno. Not sure wether i'll end up finishing it or
just give up like last year.## challenges that i forfeited
- day 5 part 2 - cz it runs out of memory and too lengthy
## code
To run a day's code, just do
```bash
$ deno task run
```it should run it.
## notes
While i do try to solve them by myself, but im
[grug brained](https://grugbrain.dev), so i occassionally take
inspiration from other people's solution, most notably from
[didinele's solutions](https://github.com/didinele/aoc-2023) &
[butterstroke's solutions](https://github.com/Butterstroke/Advent-of-Code-2023)