Skip to content

This repository contains my solutions to the Advent of Code puzzles. They are written in TypeScript and run with Deno.

Notifications You must be signed in to change notification settings

checkerschaf/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ Advent of Code

This repository contains my solutions to the Advent of Code puzzles. They are written in TypeScript and run with Deno.

πŸ“œ Script to create a new day

deno run --allow-write create-day.ts [day]

πŸ¦• Run a script

  1. Go to the day folder (e.g. cd 2022/day/1)
  2. Run the script (part1.ts or part2.ts)
deno run --allow-read part1.ts

About

This repository contains my solutions to the Advent of Code puzzles. They are written in TypeScript and run with Deno.

Topics

Resources

Stars

Watchers

Forks