Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t4ccer/aoc2023-llvm-ir

Advent of Code 2023 in LLVM IR
https://github.com/t4ccer/aoc2023-llvm-ir

advent-of-code advent-of-code-2023 llvm llvm-ir

Last synced: about 2 months ago
JSON representation

Advent of Code 2023 in LLVM IR

Awesome Lists containing this project

README

        

# Advent of Code 2023 in LLVM IR

## Prerequisites

- `llc`
- `clang`
- `lld`
- `make`

Provided by `nix develop`.

## Usage

```console
$ 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.