Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.03 KB

Advent Of Code

Xcode versions Swift versions GitHub license

Solutions to Advent of Code programming puzzles implemented in Swift.

Usage

Package Management

Dependencies are handled by swift sh. Use Homebrew to install it:

$ brew install swift-sh

Install

$ git clone [email protected]:otto-schnurr/AdventOfCode.git
$ cd AdventOfCode/2023

Execution Example

$ ./day01.swift < input/input01.txt