Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/souler/advent-of-code-2023
🎄 My solutions for Advent of Code 2023
https://github.com/souler/advent-of-code-2023
Last synced: about 2 hours ago
JSON representation
🎄 My solutions for Advent of Code 2023
- Host: GitHub
- URL: https://github.com/souler/advent-of-code-2023
- Owner: Souler
- Created: 2023-12-02T11:24:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T08:27:39.000Z (11 months ago)
- Last Synced: 2024-10-11T23:29:14.863Z (26 days ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄🗓️ Advent of code 2023
> https://adventofcode.com/2023## Running a puzzle solution
```
node ./day01/part2.js
```## FAQ
> These are mainly notes to my future self### Why Walkthroughs on each day?
I have been wanting to write something tech-related for a while; but in the end I never get to it either because I end up over-complicating my original write-up idea or because I deem it uninteresting for the rest of the world. In the end I believe is mostly due to a lack of practice and over-all _muscle_ when it comes to writing.
I wanted to take this year as a chance for practicing my writing and problem-explaining skills. I can not promise every part of every day puzzle will have a walkthrough; but I'll try.