Upload files to "/"

This commit is contained in:
2026-03-11 20:58:18 +03:00
commit 534452f74d

8
first.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include <iostream>
using namespace std;
int main()
{
cout << "hello world!" << endl;
}