Skip to content

pwallrich/AOC2022-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2022

Solutions for Advent of Code 2022 in Swift.

Usage

CLI

Run from the CLI with swift run AOC2022 {day} {part}. where {day} specifies the number of the day (1...25) and {part} whether part 1 or 2 should be run.

Additionally -t can be added to run the the day using the example input.

Xcode

When running in Xcode the arguments should be added to the scheme AOC2022 scheme.

user specific input

You have to include your input inside ./Sources/AOC2022Core/Inputs. The input files need to be named input_{day}_{part}.txt. However usually, there's the same input for part 1 and part 2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages