Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
7 lines
108 B
C
7 lines
108 B
C
#include "../bootstrap.h"
|
|
|
|
int main(int argc, char *argv[]) {
|
|
// Bootstrap
|
|
bootstrap(argc, argv);
|
|
}
|