Parcourir la source

add_nihao

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

+ 2
- 1
hello.c Voir le fichier

@@ -2,6 +2,7 @@

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

Chargement…
Annuler
Enregistrer