test_repo/main.cpp

7 lines
89 B
C++
Raw Permalink Normal View History

2020-12-13 22:28:05 +00:00
#include <iostream>
int main(){
std::cout << "Hello World!" << std::endl;
return 0;
}