Remy Moll 713e4a6671
Some checks failed
Test code / Test code (push) Failing after 41s
split into frontend and backend
2024-05-16 17:08:18 +02:00

7 lines
180 B
C++

#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);
}