File size: 84 Bytes
c3409a2
 
 
 
 
 
 
1
2
3
4
5
6
7
8

#include <iostream>

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