Files
Upsilon/boot/simulator/main.c
2015-08-03 21:04:13 +02:00

6 lines
72 B
C

#include <boot/boot.h>
int main(int argc, char * argv[]) {
boot();
}