Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 334 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 334 Bytes

AOC 2023 solutions in golang

This repo contains the solutions for the AdventOfCode2023

contents

the register package registers all the functions in a global map which is then run by the main.go as per the flag passed in runtime

feel free to fork or add your own solutions to this