mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
App: Move the app in the apps/ folder
Change-Id: I9c6a3eb58c718f1c796652e94534b53a2a302f8b
This commit is contained in:
6
apps/main.cpp
Normal file
6
apps/main.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "graph/graph_app.h"
|
||||
|
||||
void ion_app() {
|
||||
GraphApp graphApp = GraphApp();
|
||||
graphApp.run();
|
||||
}
|
||||
Reference in New Issue
Block a user