/aoc2022

Advent of Code 2022

Primary LanguageSwiftMIT LicenseMIT

Advent of Code 2022

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.

Running go solutions

go run 01.go < inputs/01.txt

Running swift solutions

swift 01.swift < inputs/01.txt