Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 135 Bytes

File metadata and controls

10 lines (10 loc) · 135 Bytes

gitcodes121

code


#include using namespace std; int main() { cout<<"Hello"; return 0; }