/
cs
labs
cpp
hello_world_test.gpt.cc
Size: 206 bytes.
1 2 3 4 5 6 7 8 9 10 11
// cs/labs/cpp/hello_world_test.gpt.cc // cs/labs/cpp/hello_world_test.cc #include <cassert> #include "hello.h" int main() { auto msg = SayHello("World"); assert(msg == "Hello World!"); return 0; }
v0
commit
cs-code-viewer-1:8080