6 lines
82 B
Rust
6 lines
82 B
Rust
//
|
|
|
|
#[cfg_attr(test, mutants::skip)]
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|