Skip to content

otto-schnurr/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:otto-schnurr/AdventOfCode.git
$ cd AdventOfCode/2023

Execution Example

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