https://github.com/lukebro/adventofcode
Solutions for adventofcode.com
https://github.com/lukebro/adventofcode
advent advent-of-code advent-of-code-2020 advent-of-code-2021 advent-of-code-2022 aoc javascript nodejs rust typescript
Last synced: 5 months ago
JSON representation
Solutions for adventofcode.com
- Host: GitHub
- URL: https://github.com/lukebro/adventofcode
- Owner: lukebro
- License: mit
- Created: 2020-12-01T11:33:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T03:21:28.000Z (over 1 year ago)
- Last Synced: 2025-04-11T04:51:52.371Z (about 1 year ago)
- Topics: advent, advent-of-code, advent-of-code-2020, advent-of-code-2021, advent-of-code-2022, aoc, javascript, nodejs, rust, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com
- Size: 512 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Advent of Code](https://adventofcode.com/)
Advent of Code done in languages I like or want to learn.
Currently:
- JavaScript/TypeScript
- Rust
- C
- Go
Each language is in its own folder with instructions on how to run.