Skip to content

Repo that contains my solutions to the advent of code

License

Notifications You must be signed in to change notification settings

kevinrobayna/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

Repo that contains my solutions to the advent of code

Languages

Currently I'm aiming at doing everything with ruby since it's a language that I'm familiar with and it's easy to do these kind of "scripts" with. I would love to do it with static languages like kotlin, java or golang but I don't want to have a huge amount of setup so that the IDE can help me with the code.

Structure

I'm currently using the aoc2md cli so that I can download the problem description, the input and a template for the solution.

For example for the year 2021 and the day 5 I'd execute aoc2md -y 2021 -d 5 -lang ruby so that the cli would download the problem in the folder 2021

About

Repo that contains my solutions to the advent of code

Topics

Resources

License

Stars

Watchers

Forks