Skip to content

basile-henry/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

This is an attempt to do AoC in C without libc.

Note: This ONLY works for Linux x86-64 (targeting skylake at the moment)!

Build and run

Requires a C compiler (I've tried with both GCC and Clang), a nix-shell is provided for convenience.

To build and run all the days so far:

make run-all

To build a single day:

make day<day>

So for day 1

make day01

License

MIT - Copyright 2023 Basile Henry

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published