Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 353 Bytes

Advent of Code 2019 using R

Atempt to solve Advent of Code 2019 puzzles with R

Structure

Each day's solution is saved in a different folder named DayXX. Folder may contain:

  • input.txt - input of the puzzle
  • testX.txt - testing inputs (if any)
  • dayXX.R - main script
  • fun.R - file for functions