#include int main() { initcons(); clrscr(); printw("Hello, world!"); update(); donecons(); return 0; }