test

PHOTO EMBED

Sat Aug 28 2021 16:20:48 GMT+0000 (Coordinated Universal Time)

Saved by @chocopie #c++

#include<iostream>
using namespace std;

int main(){
  int n;
  cin >> n;
  cout << "Hello!" << n;
  return 0;
}
content_copyCOPY