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

https://github.com/namchee/aoc-2022

Advent of Code 2022, written in Rust
https://github.com/namchee/aoc-2022

Last synced: over 1 year ago
JSON representation

Advent of Code 2022, written in Rust

Awesome Lists containing this project

README

          

# Advent of Code 2022 Solutions

Advent of Code 2022, written in Rust. Made solely for educational purposes.

## How to run

1. Ensure that you have Rust installed.
2. Clone this repository.
3. Execute `cargo run -- ` to print solution for problem ``

## Directories

### `input`

The `input` folder is used to store sample inputs in form of a `.txt` file. All file should have `day.txt` format where `` denotes problem's day.

TBD