Skip to content

My solutions written in C for some Advent of Code 2024 puzzles

Notifications You must be signed in to change notification settings

danielrouco/Advent-of-Code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎄 Advent of Code 2024 🎄

My solutions for some of the puzzles written in C for the Advent of Code 2024.

How to run the solutions

All days solutions can be run in a bash terminal passing the input text by the standard input to the binary file. So the steps to run it are:

  1. Compile with your favourite compiler
  2. Put the input in a txt file
  3. Pass the input file by the standard input to the binary file:
cat input_file.txt | ./binary_file

About

My solutions written in C for some Advent of Code 2024 puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages