Parcourir la source

add_four

master
wangxinyu il y a 1 semaine
Parent
révision
4d8e240424
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      hello.c

+ 4
- 1
hello.c Voir le fichier

@@ -2,6 +2,9 @@

void main()
{
printf("hello world");
printf("hello world\n");
printf("hello world\n");
printf("hello world\n");
printf("hello world\n");
return 0;
}

Chargement…
Annuler
Enregistrer