Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 349 Bytes

AoC 2022 in let-go

This repo contains my solutions to the AoC 2022 problems in let-go, a small language I'm making.

Running

Requires Go 1.19, to install let-go:

$ go install github.com/nooga/let-go@latest

Then, for example, to run Day 1:

$ let-go day1.lg