PIbd-31_Blokhin_D.A_PMU/linux/main.cc

7 lines
180 B
C++
Raw Normal View History

2024-11-01 20:02:56 +04:00
#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);
}