4 lines
49 B
Rust
4 lines
49 B
Rust
|
pub fn test() {
|
||
|
println!("Hello, world!");
|
||
|
}
|