myrepo/main.cpp

6 lines
56 B
C++

#include <stdio>
int main (){
cout <<"ok"<<endl;
}