Files
ouc_server/tests/test_executable.cpp

6 lines
74 B
C++

#include <iostream>
int main()
{
puts("Hello world!");
return 0;
}