8 lines
56 B
Plaintext
8 lines
56 B
Plaintext
unit okr8st;
|
|
|
|
fn name() -> str {
|
|
return "main";
|
|
}
|
|
|
|
|