/aoc2023-llvm-ir

Advent of Code 2023 in LLVM IR

Primary LanguageLLVMGNU General Public License v3.0GPL-3.0

Advent of Code 2023 in LLVM IR

Prerequisites

  • llc
  • clang
  • lld
  • make

Provided by nix develop.

Usage

$ make all
$ ./dayXX

Challenge restrictions

The only "allowed" usage of libc is to read input files and write to standard outut and error.

License

Solutions are licensed under GPL3 or later.