// async await Deno.writeTextFile("./file.txt", "hello world"); // sync Deno.writeTextFileSync("./file.txt", "hello world");