7 lines
77 B

#include <iostream>
int main() {
std::cout << "Hello";
return 0;
}