yngwz / aoc-2023

Advent of Code 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⭐ Advent of Code 2023 ⭐

This repository contains my solutions to the Advent of Code puzzles for 2023.

Puzzle solutions are written in TypeScript and are executed with Bun.

Structure

Each day's puzzle solution, input, and other supplementary files are stored in a separate directory named after the day.

Running the Solutions

To run a solution, navigate to the directory of the day and run the solution.ts TypeScript file with Bun:

    cd 1
    bun run solution.ts

About

Advent of Code 2023


Languages

Language:TypeScript 100.0%