Add hello_world.cpp
This commit is contained in:
BIN
ch_0/hello_world
Executable file
BIN
ch_0/hello_world
Executable file
Binary file not shown.
6
ch_0/hello_world.cpp
Normal file
6
ch_0/hello_world.cpp
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
std::cout << "Hello World!\n";
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user