]> gitweb.ps.run Git - iftint/blob - main.c
added empty curses program
[iftint] / main.c
1 #include <pdcurses.h>\r
2 \r
3 int main() {\r
4     initscr();\r
5 \r
6     printw("Hallo");\r
7 \r
8     endwin();\r
9 \r
10     return 0;\r
11 }