xtd
0.2.0
Loading...
Searching...
No Matches
hello_world_diagnostics2.cpp
The classic first application "Hello, World!" with
xtd::ctrace
class.
#define TRACE
#include <xtd/xtd>
auto
main() ->
int
{
ctrace <<
"Hello, World!"
<< environment::new_line;
}
// This code produces the following debug output :
//
// Hello, World!
Generated on Sun Aug 31 2025 20:45:29 for xtd by
Gammasoft
. All rights reserved.