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