rfk-c/everything else/blinktest.c
2022-05-05 08:43:42 -06:00

7 lines
72 B
C

#include <stdio.h>
int main() {
printf("\033[5mA");
getch();
}