Skip to content
/ AoC Public

Editor, bench tool and a daily notifier for supercharging Advent of Code!

Notifications You must be signed in to change notification settings

tomlin7/AoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8529443 · Jan 25, 2025

History

51 Commits
Dec 3, 2024
Nov 24, 2024
Dec 13, 2024
Dec 2, 2024
Jan 25, 2025
Jan 25, 2025
Dec 2, 2024
Dec 6, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Jan 25, 2025
Dec 1, 2024
Dec 3, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024

Repository files navigation

Advent of Code

advent-of-code cross-platform-download

Home repo for my solutions and an editor and bench tool for supercharging Advent of Code!

app

Also includes a notification daemon for daily AoC challenge notifications during Dec 1-25!

notifier

Getting Started

  1. Open the app
  2. You will notice it fails to fetch data or generate benchmarks for your code. You will have to run the backend yourself.
  3. Get a Gemini API key. Set it as an environment variable: set API_KEY=YOUR_KEY or export API_KEY=YOUR_KEY
  4. You will need bun/npm:
bun i
bun run dev

That's it! Now just refresh the app.