#include /* Main function */ int main(int argc, char *argv[]) { printf("\033[H\033[2J"); return 0; }