Advent JS 2022 This is a repository that holds solutions for Advent JS 2022 with TypeScript. How to install Deno? curl -fsSL https://deno.land/x/install/install.sh | sh Checking if deno is installed deno --version How to run deno run --allow-read --watch ./2022/[day]/a.ts