Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jorianwoltjer/adventofcode2023

My solutions to Advent of Code 2023 in Rust
https://github.com/jorianwoltjer/adventofcode2023

Last synced: 6 days ago
JSON representation

My solutions to Advent of Code 2023 in Rust

Awesome Lists containing this project

README

        

# Advent of Code 2023

(link to [2022](https://github.com/JorianWoltjer/adventofcode2022))

## New day script

A script to create a new cargo package from the [`dayN/`](dayN/) template.

```Bash
./new_day.sh [number]
```