Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhacaz/advent_of_code_2022
https://github.com/bhacaz/advent_of_code_2022
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhacaz/advent_of_code_2022
- Owner: Bhacaz
- Created: 2022-11-30T18:17:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T17:56:08.000Z (about 2 years ago)
- Last Synced: 2024-11-15T07:31:50.063Z (2 months ago)
- Language: Ruby
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
## How template works
* Args 1 => day
* Args 2 => part```shell
ruby main.rb 1 2
```