Rust是由Mozilla主導開發的通用、編譯型程式語言。設計準則為「安全、並行、實用」,支援函數式、並行式、程序式以及物件導向的編程風格。
deno run https://deno.land/std/examples/welcome.ts
hello world
deno run https://deno.land/std/examples/chat/server.ts
hello each
By jaokuohsuan