Find a file
2022-10-11 14:02:12 -05: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
deno.jsonc Initial commit 2022-09-23 13:33:17 -05:00
readme.md Readme 2022-10-11 14:02:12 -05:00

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

Usage

deno run -A --unstable N.ts

Example

deno run -A --unstable 0.ts