// hello world!
public static function hello(arg : String) {
    return 'Hello $arg';
}
