Eliminar creche_app/linux/runner/main.cc

This commit is contained in:
Alberto 2026-03-11 19:29:45 +00:00
parent 9556053ed9
commit af4199a4de
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}