date created | date updated |
---|---|
2023-10-10 13:18 |
2023-10-10 13:19 |
This project has been bootstrapped with Fresh1 to complete the Advent of Code for the year 2022 using Deno2.
The project is setup with the following structure:
-
inputs:
.txt
inputs to run the day's code against -
routes: Fresh bootstrapped routes to later provide a graphical output for the day's code.
-
lib: specific library files and specific constants.
-
utils: test-independent utility functions.
-
Run the code with
deno task start
-
Test the code with
deno task test