summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/haxe
blob: 89f75a70ee93e60ff9235862a819fbcb14c9c16a (plain)
1
2
3
4
// hello world!
public static function hello(arg : String) {
    return 'Hello $arg';
}