Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/mskelton/advent-of-code
- Owner: mskelton
- Created: 2024-01-11T15:21:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T01:34:45.000Z (9 months ago)
- Last Synced: 2024-10-18T08:18:08.556Z (3 months ago)
- Topics: advent-of-code
- Language: Zig
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```