7 lines
98 B
C
7 lines
98 B
C
#include <stdio.h> //printf and shit
|
|
|
|
int main(){
|
|
|
|
printf("\e[10;2Hcum");
|
|
return 0;
|
|
}
|