/advent-of-code-21

🎄 Advent of Code ’21 solutions in Swift

Primary LanguageSwift

Advent of Code '21

My solutions to this years Advent of Code challenge written in Swift.

Content

Usage

You can quickly build & run the solutions from command-line.

$ swift day-01.swift

Output:

--- Day 1: Sonar Sweep ---
Solution: 1521
--- Part Two ---
Solution: 1543