This commit is contained in:
2024-10-21 14:31:46 +08:00
parent e9a3fe67dd
commit e11eac5f68

View File

@@ -10,6 +10,7 @@
- C++ - C++
```c++ ```c++
#include<iostream> #include<iostream>
using namespace std;
int main(){ int main(){
cout << "Hello world!" << endl; cout << "Hello world!" << endl;
return 0; return 0;