Skip to content

Sebbl0508/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

In C!

⚠️ WARNING: Highly inefficient code

Compatibility

This will not work when compiling with MSVC, because it doesn't support some libc functions (strsep, etc.)

How to run?

These are instructions for UNIX systems, if you use windows, go figure it out yourself

Requirements

  • GCC / Clang or any compatible C compiler
  • cmake
  • Make or Ninja or any other cmake generator
mkdir build
cd build
cmake ..
cmake --build .

About

Advent of Code 2022 in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published