Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 23, 2022 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/666585b74d9ad4de5e3d9071b3ca3fd0 to your computer and use it in GitHub Desktop.
Save parzibyte/666585b74d9ad4de5e3d9071b3ca3fd0 to your computer and use it in GitHub Desktop.
void limpiarPantalla()
{
// system("cls"); // Comentar en Linux y descomentar en Windows
printf("\e[1;1H\e[2J"); // Comentar en Windows y descomentar en Linux
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment