/
cs
labs
cpp
hello.h
Size: 180 bytes.
1 2 3 4 5 6 7 8 9
// cs/labs/cpp/hello.h #ifndef CS_LABS_CPP_HELLO_H #define CS_LABS_CPP_HELLO_H #include <string> std::string SayHello(const std::string &target); #endif // CS_LABS_CPP_HELLO_H
v0
commit
cs-code-viewer-2:8080