diff options
Diffstat (limited to '')
-rw-r--r-- | cmake/examples/simple/foo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/examples/simple/foo.cpp b/cmake/examples/simple/foo.cpp index 8b6a1d7..b9d3132 100644 --- a/cmake/examples/simple/foo.cpp +++ b/cmake/examples/simple/foo.cpp @@ -1,6 +1,6 @@ #include <iostream> int main() { - std::cout << "Hello, world!\n"; + std::cout << "foo\n"; return 0; } |