Skip to content

junioreder/advent-of-code-2024

Repository files navigation

Advent of Code 2024 🎄

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.


📂 Project Structure

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.
  • ...

🚀 Running the Solutions

  1. Clone the repository:
    git clone https://github.com/your-username/advent-of-code-2024.git
  2. Open the desired day’s playground in Xcode:
    open Day1.playground
  3. Run the playground by pressing Cmd + Return or clicking the "Play" button.

Enjoy coding and solving challenges! 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages