Skip to content

EthanThatOneKid/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Advent of Code solutions

This repository contains my solutions to the Advent of Code puzzles.

Solution template

I use various languages to solve the puzzles. The solution template allows me to quickly create a new solution file for a new puzzle.

Note: Omit the --year and --day arguments to create a template for the current day. By default, the template is created for the current year and in the language "ts".

deno task start
# Or
deno run -A tasks/start/main.ts --y 2022 --d 01 --lang ts
# Or
deno run -A https://raw.githubusercontent.com/ethanthatonekid/aoc/main/tasks/start/main.ts --y 2022 --d 01 --lang ts

2022

See 2022.

Deno stuff

Install Deno

curl -fsSL https://deno.land/x/install/install.sh | sh

Formatting

deno fmt

Linting

deno lint

Run tests

deno test -A

Solved with 💖 by @EthanThatOneKid

About

Advent of code solutions! (2022-present)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published