Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.