Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t4ccer/aoc2023-llvm-ir
- Owner: t4ccer
- License: gpl-3.0
- Created: 2023-12-01T06:18:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T06:06:22.000Z (about 1 year ago)
- Last Synced: 2023-12-08T03:26:52.899Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023, llvm, llvm-ir
- Language: LLVM
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.