diff --git a/docs/SNIPPET.txt b/docs/SNIPPET.txt new file mode 100644 index 000000000..5222af3f9 --- /dev/null +++ b/docs/SNIPPET.txt @@ -0,0 +1,10 @@ +#include "hello_world.h" + +namespace hello_world { + +std::string hello() +{ + return "Hello, World!"; +} + +}