Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meithecatte/aoc2020
My solutions to 2020's advent of code
https://github.com/meithecatte/aoc2020
advent-of-code forth game-boy
Last synced: 24 days ago
JSON representation
My solutions to 2020's advent of code
- Host: GitHub
- URL: https://github.com/meithecatte/aoc2020
- Owner: meithecatte
- Created: 2020-12-01T09:07:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T13:53:31.000Z (about 4 years ago)
- Last Synced: 2024-05-01T15:15:45.219Z (8 months ago)
- Topics: advent-of-code, forth, game-boy
- Language: Assembly
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
This repository contains my solutions to the 2020 Advent of Code. Goals:
- Use many different, interesting languages.
- Have fun.### Index of solutions
So far, I have used the following languages:
- [Day 1: Forth](2020/day1)
- [Day 2: Game Boy assembly](2020/day2) - see also: [postmortem post](https://www.reddit.com/r/adventofcode/comments/k5j2f7/2020_day_2_game_boy_assembly_turns_out_you_write/)
- [Day 3: Idris](2020/day3)
- [Day 4: Prolog](2020/day4)
- [Day 5: Bash](2020/day5)
- [Day 6: Retina](2020/day6)