This commit is contained in:
Zengtudor 2024-11-24 16:02:58 +08:00
parent c6a657e7d8
commit 9980bfbcef

View File

@ -0,0 +1,6 @@
#include <iostream>
using namespace std;
int main(){
cout<<"Hello World!\n";
}