Skip to content

axelo/adventofcode2022

Repository files navigation

Advent of Code 2022

C

You need clang installed, then run

clang -fsanitize=address -Wall -Wextra -Wpedantic -Werror -std=c17 -o NNab NNab.c && NNab < input/NN.txt

Go

You need go installed, then run

go run NNab.go < input/NN.txt

Zig

You need zig installed, then run

zig run NNab.zig < input/NN.txt