this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

unused import

-4
-2
2023/day06/part1.ts
··· 1 - import { assert } from "https://deno.land/std@0.208.0/assert/assert.ts"; 2 - 3 1 if (import.meta.main) { 4 2 const input = ( 5 3 await Deno.readFile("input").then((bytes) =>
-2
2023/day06/part2.ts
··· 1 - import { assert } from "https://deno.land/std@0.208.0/assert/assert.ts"; 2 - 3 1 if (import.meta.main) { 4 2 const input = ( 5 3 await Deno.readFile("input").then((bytes) =>