bootstrap/main.c

8 lines
101 B
C

#include <stdlib.h>
#include <curses.h>
int main(int argc, char **argv) {
return EXIT_SUCCESS;
}