/
cs
labs
cpp
hello.cc
Size: 130 bytes.
1 2 3 4 5 6
// cs/labs/cpp/hello.cc #include "hello.h" std::string SayHello(const std::string &target) { return "Hello " + target + "!"; }
v0
commit
cs-code-viewer-2:8080