blob: 35379371d7dd57e0a15c8472dda210ebddd14c3f [file]
#include <iostream>
int main() {
std::cout << "Hello!" << std::endl; return 0;
}