Sebbl0508 / advent-of-code-2022

Advent of Code 2022 in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 98.6%Language:CMake 1.4%