deskcandy/src/main.vala

7 lines
117 B
Vala
Raw Permalink Normal View History

2022-03-18 05:18:31 +00:00
namespace Deskcandy {
int main (string[] args) {
var app = new Application();
return app.run (args);
}
}