Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaelcodes/advent-of-code-2020
Advent of Code is 25 days of challenging coding puzzles! https://adventofcode.com/
https://github.com/chaelcodes/advent-of-code-2020
advent-of-code advent-of-code-2020
Last synced: 12 days ago
JSON representation
Advent of Code is 25 days of challenging coding puzzles! https://adventofcode.com/
- Host: GitHub
- URL: https://github.com/chaelcodes/advent-of-code-2020
- Owner: ChaelCodes
- Created: 2020-11-30T03:09:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-08T00:32:00.000Z (over 3 years ago)
- Last Synced: 2024-12-10T03:06:06.532Z (19 days ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent-of-Code-2020
[Advent of Code](https://adventofcode.com/) is 25 days of challenging coding puzzles! This repo will contain my solutions.Run a particular day's solution using `ruby advent_of_code.rb` It will ask you for the day, eg. 'one' and part eg. '1'.
```
$ ruby advent_of_code.rb
What day would you like to run? (ex. one)
one
Part 1 or Part 2? (ex. 1)
2
128397680
```I'm recording and uploading solutions on [YouTube](https://www.youtube.com/playlist?list=PLJgbigg8xpeXwU5G2lHNBQ_m11y56HEn_&playnext=1&index=1).
Join our leaderboard at `219042-9f06f774`.
![ChaelCodes](https://user-images.githubusercontent.com/8124558/100902135-9a16ff00-3492-11eb-8229-5709fa341be7.png)