C++程序  |  8行  |  78 B

#include <stdio.h>

int main(void)
{
	printf("Hello World\n");
	return (0);
}