Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 103 Bytes

File metadata and controls

8 lines (7 loc) · 103 Bytes

#include using namespace std;

int main() { cout << "Hello, World!"; return 0; }