https://github.com/booniepepper/adventofcode-solutions
It's me solving some problems: https://adventofcode.com
https://github.com/booniepepper/adventofcode-solutions
advent-of-code-2020 adventofcode2020 all-languages polyglot polyglot-programming
Last synced: 11 months ago
JSON representation
It's me solving some problems: https://adventofcode.com
- Host: GitHub
- URL: https://github.com/booniepepper/adventofcode-solutions
- Owner: booniepepper
- License: wtfpl
- Created: 2020-12-02T17:54:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T20:51:09.000Z (over 2 years ago)
- Last Synced: 2025-04-02T19:49:58.591Z (11 months ago)
- Topics: advent-of-code-2020, adventofcode2020, all-languages, polyglot, polyglot-programming
- Language: Go
- Homepage: https://booniepepper.github.io/adventofcode-solutions/
- Size: 290 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* [the challenges](https://adventofcode.com)
* [this site](https://booniepepper.github.io/adventofcode-solutions/)
* [source code](https://github.com/booniepepper/adventofcode-solutions/tree/main/_posts)
# Advent of Code solutions
I started solving in 2020.
My personal challenge here is:
* Use a different programming language for each day
* Read the input from a file
* Print results to stdout