6 lines
72 B
V
6 lines
72 B
V
module main
|
|
|
|
pub fn testfunction(param string) string {
|
|
return param
|
|
}
|