DEBSOURCES
Skip Quicknav
sources / numpy / 1%3A2.2.4%2Bds-1 / vendored-meson / meson / test%20cases / vala / 2%20multiple%20files / main.vala
12345678
class MainProg : GLib.Object { public static int main(string[] args) { var c1 = new Class1(); c1.hello(); return 0; } }