C++程序  |  6行  |  61 B

#include <stdio.h>

void printbye(){
	printf("Goodbye\n");
}