feat: chapt6
This commit is contained in:
6
chapt1/hello_world.cpp
Normal file
6
chapt1/hello_world.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "iostream"
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello World !" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user