Merge remote-tracking branch 'origin/master'

This commit is contained in:
Daniel Flanagan 2022-10-21 15:26:05 -05:00
commit e704f17b73
Signed by untrusted user: lytedev-divvy
GPG key ID: 6D69CEEE4ABBCD82

26
readme.md Normal file
View file

@ -0,0 +1,26 @@
# [Protohackers][protohackers]
My solutions to the programming problems on [Protohackers][protohackers]!
I'm using Deno as long as I can get away with it, taking full advantage of
the `std` modules available to do as much as possible in a very asynchronous
"streaming" fashion.
# Dependencies
[Install Deno][deno#install]
# Usage
```bash
deno run -A --unstable N.ts
```
## Example
```bash
deno run -A --unstable 0.ts
```
[protohackers]: https://protohackers.com
[deno#install]: https://deno.land/#installation