1 2 3 4 5 6 7 8 9 10 11
#include <pdcurses.h> int main() { initscr(); printw("Hallo"); endwin(); return 0; }