7 lines
108 B
C
Raw Normal View History

2021-06-17 17:32:24 -04:00
#include "../bootstrap.h"
int main(int argc, char *argv[]) {
// Bootstrap
bootstrap(argc, argv);
}