Files
freqsplit/frontend/linux/runner/main.cc
T
Joel Mathew Thomas 2ec7981f5f refactor code dir
rename ui/ to frontend/
2025-01-09 11:33:19 +05:30

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