Untuk sementara kita coba dulu untuk syntax highlighting.

for await (const dir of Deno.readDir('./docs')) {
    console.log(`- ${dir.name}`);
}