LoGin 182b778a3c
chore: 适配dadk 0.1.11 (#777)
* chore: 适配dadk 0.1.11
2024-04-28 13:39:51 +08:00

9 lines
125 B
C

#include <stdio.h>
int main() {
while(1){
printf("\033[43;37mHello, World!\033[0m\n");
sleep(1);
}
return 0;
}