https://github.com/squint-cljs/advent-of-code
https://github.com/squint-cljs/advent-of-code
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/squint-cljs/advent-of-code
- Owner: squint-cljs
- Created: 2022-09-02T10:52:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T18:02:44.000Z (almost 3 years ago)
- Last Synced: 2024-04-19T16:16:46.871Z (about 1 year ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```