flutter_address_form/example/linux/main.cc
Thomas Klein Langenhorst 267ad89a94 Initial commit
2022-10-14 10:36:34 +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);
}