diff --git a/LibreOJ/2/2.cpp b/LibreOJ/2/2.cpp new file mode 100644 index 00000000..c2066f64 --- /dev/null +++ b/LibreOJ/2/2.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() { + cout << "Hello, World!" << endl; + return 0; +} \ No newline at end of file