mirror of
https://github.com/denoland/deno.git
synced 2024-12-19 22:06:21 -05:00
10e4b2e140
Yearly tradition of creating extra noise in git.
5 lines
122 B
Rust
5 lines
122 B
Rust
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
|
|
|
fn main() {
|
|
test_util::run_all_servers();
|
|
}
|