First commit
This commit is contained in:
parent
2f0ee46c1e
commit
933a02f224
1 changed files with 7 additions and 0 deletions
7
helloworld.cpp
Normal file
7
helloworld.cpp
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#include <iostream>
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
std::cout << "Hello, World!" << std::endl;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue