1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/deeplink_store_example/linux/main.cc
chunhtai 481c2e3d1d Add deeplink store sample (#1698)
* Adds deeplink store app

* push

* update md

* update
2023-03-16 09:12:32 -07: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);
}