2024-01-01 14:58:21 -05:00
|
|
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2020-09-21 08:26:41 -04:00
|
|
|
|
2020-07-04 13:05:01 -04:00
|
|
|
fn main() {
|
2023-12-14 11:52:12 -05:00
|
|
|
test_util::servers::run_all_servers();
|
2020-07-04 13:05:01 -04:00
|
|
|
}
|