Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkamvar/advent-of-code-2018
my own personal challenge for the advent of code
https://github.com/zkamvar/advent-of-code-2018
advent-of-code advent-of-code-2018
Last synced: 17 days ago
JSON representation
my own personal challenge for the advent of code
- Host: GitHub
- URL: https://github.com/zkamvar/advent-of-code-2018
- Owner: zkamvar
- License: mit
- Created: 2018-12-10T17:47:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T00:58:58.000Z (about 6 years ago)
- Last Synced: 2024-12-17T05:21:20.493Z (23 days ago)
- Topics: advent-of-code, advent-of-code-2018
- Language: R
- Size: 347 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-2018
my own personal challenge for the advent of code.
I plan to complete the advent of code using only base R. Each day will be stored
in a separate folder labeled `dxx`. All scripts will be named `zkamvar.R` and
all input data will be named `zkamvar-input.R`.I will additionally be posting the text of the challenge at the beginning of the
scripts so that I can solve them offlineAll of the scripts are runnable via Rscript like so:
```r
Rscript zkamvar.r zkamvar-input.txt
```