Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/healeycodes/advent-of-code-2019
🎅 Advent of Code 2019 solutions and notes
https://github.com/healeycodes/advent-of-code-2019
advent-of-code advent-of-code-2019 adventofcode
Last synced: 14 days ago
JSON representation
🎅 Advent of Code 2019 solutions and notes
- Host: GitHub
- URL: https://github.com/healeycodes/advent-of-code-2019
- Owner: healeycodes
- License: mit
- Created: 2019-12-01T13:20:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T09:35:00.000Z (almost 5 years ago)
- Last Synced: 2024-04-30T10:27:08.958Z (6 months ago)
- Topics: advent-of-code, advent-of-code-2019, adventofcode
- Language: Lua
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Advent of Code 2019
🎅
I'm using this year's event to try out different languages :)
I'm not shooting for super optimized solutions. As long as they finish in under one second, I'm happy.
Puzzles take their input as an arg in the format ` ` e.g. `ruby ./part_two.rb ./input.txt`
Languages used so far:
1 - Python
2 - JavaScript
3 - Go
4 - PHP
5 - Lua
6 - Julia
8 - Ruby