Skip to content

3zk1m0/aoc-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code for TypeScript

Intro

This repo contains environment for running Advent of Code challenges, with:

  • automatic creation of a challenge template,
  • automatic execution of a challenge code (with reloads),
  • quick utils for testing and reading input from a file.

Running dev mode

Run current day

bun run start

Run specified day

bun run dev --day 20 --year 2019

If the day folder does not exist, it will be created from template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published