User Tools

Site Tools


programming:c:hello_world

This is an old revision of the document!


Hello world !

Exercice 1

#include <stdio.h>
 
int main(){
 
	printf("Hello world !\n");
 
	return 2 ;
}
programming/c/hello_world.1375715943.txt.gz · Last modified: 2013/08/05 15:19 by zufd