mirror of
https://github.com/denoland/deno.git
synced 2024-12-19 13:54:54 -05:00
2b279ad630
As discussed with @mmastrac. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com>
5 lines
133 B
Rust
5 lines
133 B
Rust
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
|
|
|
fn main() {
|
|
test_server::servers::run_all_servers();
|
|
}
|