Example

PHOTO EMBED

Mon Dec 27 2021 06:01:57 GMT+0000 (Coordinated Universal Time)

Saved by @MJT #c++

#include <iostream>
using namespace std;

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