This repository contains small programs which solves Advent of Code 2022 puzzles. Using two languages (Go and Swift) just for fun and comparison. In .txt files my input from adventofcode.com. Yours will be different.
go run 01.go < inputs/01.txt
swift 01.swift < inputs/01.txt