mirror of
https://github.com/denoland/deno.git
synced 2025-08-01 01:22:27 +00:00
5 lines
50 B
Rust
5 lines
50 B
Rust
extern crate deno;
|
|
|
|
fn main() {
|
|
deno::main();
|
|
}
|