update
This commit is contained in:
parent
c6a657e7d8
commit
9980bfbcef
6
src/11/helloworld/helloworld.cpp
Normal file
6
src/11/helloworld/helloworld.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
cout<<"Hello World!\n";
|
||||
}
|
Loading…
Reference in New Issue
Block a user