/aoc-2023

Created with CodeSandbox

Primary LanguageJavaScript

Advent of Code 2023

Solving Advent of Code 2023 with Bun on Code Sandbox.

Running samples

Visit the project on codesandbox to run in a terminal in the browser.

Each day has a separate folder, containing a first.js and second.js for each part.

# run part one of day 3
bun 03/first.js

Remarks

None of this code is meant to be read. I've just thrown shit on the wall until the wall has the correct number of shits.