Open tjjfvi opened 2 months ago
For inspiration: https://docs.deno.com/examples/
Most of Deno's examples are about Deno-specific APIs; i.e. doing various types of IO. I'm more thinking examples showing various language features or solving various programming problems in Vine, with only small amounts of IO (ideally just stdin/stdout, for now).
Something like https://doc.rust-lang.org/rust-by-example/ might be a good inspiration though.
For the problem side: Can find string, graph, collections oriented problems. https://www.techinterviewhandbook.org/grind75/
(ideas wanted)