Skip to content

k0pernicus/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2023

Usage of swift 5.9

Build

In root folder:

  1. swift build -c release
  2. ./build/<arch>/<profile>/aoc2023 -i inputs/01.txt 01

For more information: swift run --help

Testing

In root folder:

  1. swift test --filter DayTests.<DayTestToRun>

Notes

Day05 Part 02 will take some time to compute the answer, as I did not (yet) implement the optimized version but only the bruteforce method.

About

Advent of code 2023, in swift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages