3 lines
43 B
Text
3 lines
43 B
Text
export fun hello() -> string {
|
|
"hello"
|
|
}
|
export fun hello() -> string {
|
|
"hello"
|
|
}
|