Skip to content

cucats/advent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

055f3a0 · Jan 5, 2025
Dec 12, 2024
Nov 30, 2024
Jan 3, 2025
Nov 29, 2024
Dec 20, 2024
Dec 1, 2024
Nov 29, 2024
Jan 5, 2025
Nov 29, 2024
Nov 30, 2024
Nov 30, 2024
Dec 1, 2024
Dec 1, 2024
Nov 29, 2024
Dec 1, 2024
Nov 29, 2024

Repository files navigation

CUCaTS Advent of Code 2024

This is a spinoff of Advent of Code, a popular challenge where participants solve 25 pairs of problems in December. Our version had 19 problems in 2024.

Building

This is a Next.js project bootstrapped with create-next-app.

First, install the dependencies:

npm install --force

Then get the .env file from anyone who has it, and run the development server:

npm run dev

Open http://localhost:3000 to view the app.