#include int main() { initscr(); printw("Hallo"); endwin(); return 0; }