Statistiques
| Révision :

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

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

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