Robert Ancell | 8ee019d | 2023-07-11 15:45:46 +1200 | [diff] [blame] | 1 | // Copyright 2014 The Flutter Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "my_application.h" | ||||
6 | |||||
7 | int main(int argc, char** argv) { | ||||
8 | g_autoptr(MyApplication) app = my_application_new(); | ||||
9 | return g_application_run(G_APPLICATION(app), argc, argv); | ||||
10 | } |