This repository contains solutions for the Advent of Code 2024, implemented using Swift Playgrounds. Each day's challenge is organized into its own folder, making it easy to explore and test individual solutions.
Each day's challenge is organized as a separate Swift Playground folder:
Day1.playground/
: Solution for Day 1.Day2.playground/
: Solution for Day 2.Day3.playground/
: Solution for Day 3.- ...
- Clone the repository:
git clone https://github.com/your-username/advent-of-code-2024.git
- Open the desired day’s playground in Xcode:
open Day1.playground
- Run the playground by pressing Cmd + Return or clicking the "Play" button.
Enjoy coding and solving challenges! 🎉