mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
8 lines
109 B
C
8 lines
109 B
C
#include <ion.h>
|
|
#include "../init.h"
|
|
|
|
int main(int argc, char * argv[]) {
|
|
init_platform();
|
|
ion_app();
|
|
}
|