bootstrap/main.c

8 lines
101 B
C
Raw Normal View History

2023-11-22 18:15:12 +00:00
#include <stdlib.h>
#include <curses.h>
int main(int argc, char **argv) {
return EXIT_SUCCESS;
}