Skip to content

jdekock/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024 🎄

Language

Advent of Code solutions written in Swift using the Advent of Code Swift Starter Project from Apple.

For every day there is a test to execute the code with test input provided for each challenge. This can be done via the following command:

swift test --filter Day1Tests

To execute the code against real data you can use the following command:

swift run -c release AdventOfCode 1 --benchmark

The number corresponds with the day you want to execute. The benchmark flag will also output the execution time for each challenge.

About

My Advent of Code 2024 solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages