/********************************************* * Description - This is how you clear the screen * Author - Vilyaem * Date - Nov 09 2023 * *******************************************/ #include void main(void){puts("\x1b[H\x1b[J");}