mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
8 lines
132 B
C++
8 lines
132 B
C++
#include "apps_container_storage.h"
|
|
|
|
AppsContainerStorage container;
|
|
|
|
void ion_main(int argc, char * argv[]) {
|
|
container.run();
|
|
}
|