few, FINALLY BUILDED
This commit is contained in:
parent
b50153dcfe
commit
c96be01371
11 changed files with 18204 additions and 0 deletions
9
cpp/hello-world/hello_world.cpp
Normal file
9
cpp/hello-world/hello_world.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "hello_world.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace hello_world {
|
||||
|
||||
string hello() { return "Goodbye, Mars!"; }
|
||||
|
||||
} // namespace hello_world
|
||||
Loading…
Add table
Add a link
Reference in a new issue