diff options
| -rw-r--r-- | main.c | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#include <pdcurses.h>
+
+int main() {
+ initscr();
+
+ printw("Hallo");
+
+ endwin();
+
+ return 0;
+}
\ No newline at end of file |
![]() |
index : iftint | |
| Unnamed repository; edit this file 'description' to name the repository. | Git daemon user |
| treesummaryrefslogcommitdiff |
| -rw-r--r-- | main.c | 11 |
@@ -0,0 +1,11 @@ +#include <pdcurses.h>
+
+int main() {
+ initscr();
+
+ printw("Hallo");
+
+ endwin();
+
+ return 0;
+}
\ No newline at end of file |