Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 363 Bytes

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