mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
9 lines
140 B
C++
9 lines
140 B
C++
#include "apps_container.h"
|
|
|
|
AppsContainer container;
|
|
|
|
void ion_app() {
|
|
container.switchTo(container.appAtIndex(0));
|
|
container.run();
|
|
}
|