TS
Size: a a a
TS
АП
TS
TS
EK
EK
EK
EK
EK
for await (const conn of Deno.listen({ port: 4500 })) {
(async () => {
for await (const { respondWith } of Deno.serveHttp(conn)) {
respondWith(new Response("Hello World"));
}
})();
}N
EK
Т
EK
Р
EK
EK
N
EK
VL