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

https://github.com/afroborg/advent-of-code-22


https://github.com/afroborg/advent-of-code-22

Last synced: about 1 year ago
JSON representation

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.