Basic For Beginner IT
Pages
Home
Langage C
Sunday, March 24, 2013
Création et compilation de mon premier programme en langage C
/
* Mon premier programme */
#include <stdio.h>
#include <conio.h>
void main()
{
printf("Hello, World!");
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment