C++程序  |  7行  |  96 B

#include <iostream>

int main() {
    std::cout << "Hello World!" << std::endl;
    return 0;
}