From 7b46d443b0418b4b7a4b66e046a3dc28585821d0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Jan 2020 03:32:39 +0300 Subject: cmake/examples: more distinct output --- cmake/examples/simple/foo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/examples/simple/foo.cpp') 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 int main() { - std::cout << "Hello, world!\n"; + std::cout << "foo\n"; return 0; } -- cgit v1.2.3