Untested C++
This commit is contained in:
parent
f68652285d
commit
5233e72a88
6
c++/helloworld.cpp
Normal file
6
c++/helloworld.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello World!\n";
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user