Statistiques
| Révision :

root / pobysoC-4.0 / src / test-pobyso-01.c @ 131

Historique | Voir | Annoter | Télécharger (81 octet)

1 128 storres
#include <stdio.h>
2 128 storres
int main()
3 128 storres
{
4 128 storres
    printf("Hello World!\n");
5 128 storres
    return (0);
6 128 storres
}