C_dumping-ground/escapetest.c

8 lines
98 B
C
Raw Normal View History

2022-04-09 15:05:23 -04:00
#include <stdio.h> //printf and shit
int main(){
printf("\e[10;2Hcum");
return 0;
}