🌈 style:

This commit is contained in:
lzy
2024-05-26 15:39:14 +08:00
parent 6f28a3384a
commit a57bbdb4c1
156 changed files with 765 additions and 770 deletions

View File

@@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
int main()
int main( )
{
// 以"\033"开头
printf("\033[2J\033[1;1H\033[31;4mhello\n\033[0m");