Skip to content

Spacefreak18/AdventOfCode2024-BasedEdition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADVENT OF CODE 2024 - BASED EDITION

Dependencies

  • argtable2
  • orcania
  • yder
  • helper

Building

This code depends on my based af utility functions helper library repo.

git submodule sync --recursive
git submodule update --init --recursive

Then to compile simply navigate to a day's folder and run:

gcc -lyder -lorcania -largtable2 ../helper/*.c ../helper/*.h adventXX.c

where XX is the specific day

Valgrind

valgrind ./a.out

ToDo

  • add parameter to run tests
  • global compile, run, and test, maybe, with cmake or nob maybe

About

Based AF Advent of Code 2024 in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages