Deno.writeTextFileSync("./hello.txt", "hello world");
console.error("did run");