Skip to content

OlehKorchytskyi/swift-aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

This project showcases my solutions for each day's challenge in Swift.

Project Structure

  • Sources/Data/Day##.txt: the input data provided for the challenge;
  • Sources/Day##.swift: the code to solve the challenge;
  • Tests/Day##.swift: unit tests for par1 and part2 of the challenge.

How to Run

To run the solutions, you can use the following command:

swift run AdventOfCode <day> [--benchmark]

For example, to run the solution for Day 4 with benchmarking:

swift run AdventOfCode 4 --benchmark

Acknowledgments

This project is based on the template from swift-aoc-starter-example. Special thanks to the contributors for providing a solid foundation.

Releases

No releases published

Packages

No packages published

Languages