Skip to content

My code for the Advent of Code 2024 event written in C

License

Notifications You must be signed in to change notification settings

amorous-apple/aoc-2024-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm new to C (and programming in general) and I wanted to try solving this year's Advent of Code. This is a repository containing the code from my solutions.

Both solutions for dayXX can be compiled using make and then run using ./solutionX <filename>. If no filename is used, then input.txt will be taken as the default.

The /template folder includes a template for the code that I write each day, including some boilerplate and some helper functions.

Some of the helper functions were not written by me. Appropriate credits are given where applicable.

About

My code for the Advent of Code 2024 event written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published