Go to file
Daniel Flanagan f0efe75ece
Close!
2022-11-23 17:00:44 -06:00
0.ts Fix 0 and 1 2022-10-11 13:39:54 -05:00
1.ts Fix 0 and 1 2022-10-11 13:39:54 -05:00
2.ts Fix 2 2022-10-11 13:42:34 -05:00
3.ts Fix 3 2022-10-11 13:43:47 -05:00
4.ts Move everything in-tree (WIP) 2022-10-11 13:10:03 -05:00
5.ts 5 is passing 🎉 2022-10-21 15:25:46 -05:00
6.ts Close! 2022-11-23 17:00:44 -06:00
deno.jsonc Initial commit 2022-09-23 13:33:17 -05:00
deno.lock Close! 2022-11-23 17:00:44 -06:00
readme.md Close! 2022-11-23 17:00:44 -06:00

readme.md

Protohackers

My solutions to the programming problems on 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

Example Usage

deno run -A --unstable 0.ts