protohackers/readme.md

20 lines
473 B
Markdown
Raw Permalink Normal View History

2022-10-11 13:54:45 -05:00
# [Protohackers][protohackers]
My solutions to the programming problems on [Protohackers][protohackers]!
2022-10-11 14:02:12 -05:00
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.
2022-10-11 13:54:45 -05:00
# Dependencies
[Install Deno][deno#install]
2022-11-23 17:00:44 -06:00
# Example Usage
2022-10-11 13:54:45 -05:00
```bash
deno run -A --unstable 0.ts
```
[protohackers]: https://protohackers.com
[deno#install]: https://deno.land/#installation