Skip to content

marcos-venicius/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

205 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code - table of contents

Warning

I'm not competing, so please don't expect this repository to have every solution right away. I'm solving these at my own pace, but eventually, all the solutions will be here.

Note

The code for these challenges isn't necessarily built for maximum performance. Instead, my goal is to solve them in ways that I find fun and interesting!

Warning

Some of the solutions are implemented using my own language called MCA. If you want to try it out, just clone the repo, run make and you are ready to go! I plan to rewrite this generate-readme.py script using my own language MCA For now, the language doesn't have all the capabilities I need to do that but I'm working on it