changed structure
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include <ncurses.h>
|
||||
|
||||
int main() {
|
||||
initscr();
|
||||
move(11, 26);
|
||||
printw("Hello curses");
|
||||
refresh();
|
||||
getch();
|
||||
endwin();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user