Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabiodcorreia/adventofcode2022
My solutions of advent of code 2022 in Golang and Rust.
https://github.com/fabiodcorreia/adventofcode2022
advent-of-code advent-of-code-2022 adventofcode go golang rust rust-lang
Last synced: about 4 hours ago
JSON representation
My solutions of advent of code 2022 in Golang and Rust.
- Host: GitHub
- URL: https://github.com/fabiodcorreia/adventofcode2022
- Owner: fabiodcorreia
- License: apache-2.0
- Created: 2023-08-26T10:33:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T12:49:21.000Z (about 1 year ago)
- Last Synced: 2023-09-04T16:24:26.145Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2022, adventofcode, go, golang, rust, rust-lang
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022
My solutions of advent of code 2022 in Golang and Rust.
[Advent of Code 2022](https://adventofcode.com/2022)
## Why?
Want to learn more about the Golang standard library and if possible at the same
time explore and learn a bit of Rust.