mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
Add Linting tool starter project (#840)
This commit is contained in:
committed by
GitHub
parent
89d2849019
commit
8573269c03
6
experimental/linting_tool/linux/main.cc
Normal file
6
experimental/linting_tool/linux/main.cc
Normal file
@@ -0,0 +1,6 @@
|
||||
#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);
|
||||
}
|
||||
Reference in New Issue
Block a user