C++程序  |  6行  |  66 B

#include <stdio.h>

void printhello(){
	printf("Helloworld\n");
}