4 lines
63 B
Rust
4 lines
63 B
Rust
|
|
pub fn hello() -> &'static str {
|
||
|
|
return "Hello, world!";
|
||
|
|
}
|