diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e42d1f6 --- /dev/null +++ b/readme.md @@ -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 \ No newline at end of file