Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorianwoltjer/adventofcode2023
- Owner: JorianWoltjer
- Created: 2023-12-01T19:09:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-18T21:31:44.000Z (11 months ago)
- Last Synced: 2023-12-19T10:49:36.114Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```