mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
7 lines
101 B
C++
7 lines
101 B
C++
#include "graph/graph_app.h"
|
|
|
|
void ion_app() {
|
|
GraphApp graphApp = GraphApp();
|
|
graphApp.run();
|
|
}
|