1 #include <stdio.h>
2 
printhello()3 void printhello(){
4 	printf("Helloworld\n");
5 }
6