3 lines
33 B
Rust
3 lines
33 B
Rust
|
fn main() {
|
||
|
println!("OK");
|
||
|
}
|