mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
6 lines
72 B
C
6 lines
72 B
C
#include <boot/boot.h>
|
|
|
|
int main(int argc, char * argv[]) {
|
|
boot();
|
|
}
|