Skip to content

AlucardMode/AdventOfCode2024

Repository files navigation

Advent of Code 2023 Solutions in C

This repository contains my solutions for the Advent of Code 2023 challenges, written in C.

Structure

Each day's challenge has its own directory, named Day01, Day02, and so on. Inside each directory, you will find:

  • main.c: The C source file containing the solution.
  • input.txt: The input data provided by the challenge.
  • Makefile: A makefile for compiling the solution.

Running Solutions

To run a solution, navigate to the directory of the day and use the make command:

cd Day01
make
./solution

About

My 2023 Advent of Code Solutions in C. Spoilers Obviously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors