6 lines
42 B
Plaintext
6 lines
42 B
Plaintext
|
|
|
||
|
|
|
||
|
|
fn main(): String {
|
||
|
|
return "foo";
|
||
|
|
}
|