mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 18:15:09 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			180 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			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);
 | |
| }
 | 
