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