7 lines
68 B
Rust
7 lines
68 B
Rust
pub fn hello( )
|
|
{
|
|
println!("Hello World!");
|
|
|
|
}
|
|
|