Skip to content

ste001/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 - TypeScript edition

This repo contains TypeScript inputs and solutions for Advent of Code 2022. It uses Deno as a runtime.

Run

You need to have Deno installed to run any of the code solutions. If you use Node.js, you need additional configuration to run them.

Run this to show the solution of a specific day ([day-number])

deno run --allow-read src/day[day-number]/day.ts

Test

deno run test

About

Repo containing solutions for Advent of Code 2022

Resources

License

Stars

Watchers

Forks