protohackers/readme.md
2022-11-23 17:00:44 -06:00

20 lines
473 B
Markdown

# [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]
# Example Usage
```bash
deno run -A --unstable 0.ts
```
[protohackers]: https://protohackers.com
[deno#install]: https://deno.land/#installation