Parcourir la source

change hello.c

tags/V2.0
dylan il y a 4 ans
Parent
révision
7bcc05cfee
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      hello.c

+ 1
- 1
hello.c Voir le fichier

@@ -1,6 +1,6 @@
// hello.c
void main(void)
{
printf(hello)
printf("hello world!");
}

Chargement…
Annuler
Enregistrer