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