https://github.com/afroborg/advent-of-code-22
https://github.com/afroborg/advent-of-code-22
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/afroborg/advent-of-code-22
- Owner: afroborg
- Created: 2022-12-06T16:45:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T11:20:38.000Z (over 3 years ago)
- Last Synced: 2025-02-04T13:23:10.379Z (over 1 year ago)
- Language: Rust
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
My solutions to advent of code 2022 using Rust.
## Create a new day
```bash
chmod +x ./create.sh
./create.sh
```
This will create a new folder with the current day and copy the template files into it.
Then you fill in the code for part_1 and part_2 in the `main.rs` file.