Add usage to readme

This commit is contained in:
Daniel Flanagan 2021-12-01 10:45:41 -06:00
parent c1fbaf44e4
commit 40fc7da6b4
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -12,6 +12,12 @@ Specifically, here's my `deno --version` output:
Enjoy!
## Usage
Run these solutions like so:
deno run --unstable --allow-all $DAY.ts
# Days
- [x] [Day 1](./1.ts)