Skip to content

My attempts at solving Advent of Code 2021 problems while learning Zig at the same time.

Notifications You must be signed in to change notification settings

freedmand/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021 [Zig]

My attempts at solving Advent of Code 2021 problems while learning Zig at the same time.

Prerequisites

Ensure Zig (>= 0.9.0) is installed (brew install zig --head).

Usage

To run all the solutions:

zig build run

To run the tests (example inputs):

zig build test

About

My attempts at solving Advent of Code 2021 problems while learning Zig at the same time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages