er2cord/src/main.vala

10 lines
150 B
Vala
Raw Normal View History

2021-11-07 17:14:25 +00:00
/** Startup file
* (c) Er2 2021
* Zlib License
*/
static int main (string[] args) {
var app = new Er2Cord.Launcher();
return app.run(args);
}