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