blob: 07d73f533139ea91775b05a1c0aa912fa0e5da4a [file]
#include "curses.h"
int main(void) {
initscr();
endwin();
return 0;
}