Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 521 Bytes

Advent of Code in ClavaScript

The goal of this repo is to exercise ClavaScript on Advent of Code puzzles to find bugs and missing features. Please submit your solution and anything you find in ClavaScript that needs fixing as an issue.

Run npm install to install ClavaScript.

Then run:

$ node node_modules/.bin/clava run 2021/day01_borkdude.cljs

to compile and run a solution.

After compilation you should be able to run the solution with Node.js (or bun) only:

$ node 2021/day01_borkdude.mjs