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