Add usage to readme
This commit is contained in:
parent
c1fbaf44e4
commit
40fc7da6b4
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue