6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
![]() |
fn helloworld(): string {
|
||
|
return "Hello World"
|
||
|
}
|
||
|
|
||
|
helloworld()
|