deskcandy/src/main.vala

7 lines
117 B
Vala

namespace Deskcandy {
int main (string[] args) {
var app = new Application();
return app.run (args);
}
}