Skip to content

Leandros/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

A tiny repository with all the programs to solve the Advent of Code. These are mostly written in C, don't do any error checks and are generally often bad practice, but the solve the problem.

Compilation

Use the supplied makefile, some days might require a third party library (day5 requires OpenSSL, day6 requires POSIX regex.h).

make day1

LICENSE

MIT License

Copyright 2015 Arvid Gerstmann

About

The answers to the Advent of Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published