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