/aoc2021

Primary LanguagePython

Advent of Code 2021

Each solution is written in python.

A zig solution may be also present. You will need zig compiler. To compile and run zig solution run:

$ zig build-exe ex1.zig
$ ./ex1