ReScript Project Template

The only official ReScript starter template.

Installation

npm install

Build

  • Build: npm run re:build
  • Clean: npm run re:clean
  • Build & watch: npm run re:start

Run

node src/Week${W}/Year${YYYY}Day${DD}.bs.js

adventofcode 주소

https://adventofcode.com/2020/day/3

rescript-AoC