Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mskelton/advent-of-code

My submissions for advent of code. Never stop learning!
https://github.com/mskelton/advent-of-code

advent-of-code

Last synced: about 1 month ago
JSON representation

My submissions for advent of code. Never stop learning!

Awesome Lists containing this project

README

        

# Advent of Code

My submissions for advent of code. Never stop learning!

## 2022

2022 was focused on learning Zig.

```bash
cd 2022/day1
zig build run
```

## 2023

2023 was combination of teaching my buddy Rust and for myself learning Scala.

```bash
cargo run 2023/day1
```