rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/vala
2019-10-21 10:18:17 +02:00

9 lines
153 B
Plaintext

class Demo.HelloWorld : GLib.Object
{
public static int main (String[] args)
{
stdout.printf("Hello World\n");
return 0;
}
}