let x: string = "hello world";
let x = "hello world";
type SomeType = { owo: string uwu: number}
type SomeType = [ ["owo", string], ["uwu", number]]
deno_core
Deno.stdin