Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int main(int ac, char **av)
  2. {
  3. initscr();
  4. printw("Blah");
  5. refresh();
  6. while (1);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement