diff --git a/sinarest.cpp b/sinarest.cpp new file mode 100644 index 0000000..5999781 --- /dev/null +++ b/sinarest.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; + +int main() +{ + cout << "Hello, World!"; + return 0; +}