6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
// hello world!
|
|
public static function hello(arg : String) {
|
|
return 'Hello $arg';
|
|
}
|
|
|