rumpk/rootfs/src/hello.c

6 lines
64 B
C

#include "libnexus.h"
int main() {
exit(0);
return 0;
}