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