4 lines
34 B
Rust
4 lines
34 B
Rust
|
fn main() {
|
||
|
println!("OK");
|
||
|
}
|