Skip to content

albertosantagostino/AoC-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

https://adventofcode.com/2019

Current progress

| Day | 1 | 2 | Language |
|-----|---|---|----------|
| 01  | * | * | Python   |
| 02  | * | * | C++      |
| 03  | * | * | Octave   |
| 04  | * |   | Ruby     |

Target

  • Code readable, without too many comments
  • Use/try/learn multiple languages