8 lines
67 B
Plaintext
8 lines
67 B
Plaintext
|
|
|
|
fn main() -> u16 {
|
|
let hello = "beep boop";
|
|
|
|
return 5;
|
|
}
|