Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isiko/advent-of-code-2023
My solutions to Advent of Code 2023, lets see how long it takes till I don't have time any more :D
https://github.com/isiko/advent-of-code-2023
Last synced: about 2 months ago
JSON representation
My solutions to Advent of Code 2023, lets see how long it takes till I don't have time any more :D
- Host: GitHub
- URL: https://github.com/isiko/advent-of-code-2023
- Owner: isiko
- Created: 2023-12-02T12:24:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T16:55:48.000Z (about 1 year ago)
- Last Synced: 2024-10-13T14:13:38.074Z (3 months ago)
- Language: Rust
- Size: 389 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 (Rust)
This are my solutions to AoC 2023, written in Rust.
I am using this to get better at Rust, so expect bad code :D
## How to run
If you have `cargo` installed, you should be able to navigate to the folder for a given task and run `cargo run`. If you are running NixOS, I have a shell.nix file for this project in the root directoryI also added a shell-script that runs all Solutions, to use it you need `find` and `map` installed.