xtd
0.2.0
hello_world_diagnostics2.cpp
The classic first application "Hello, World!" with
xtd::ctrace
class.
#define TRACE
#include <xtd/ctrace>
using namespace
std;
using namespace
xtd
;
auto
main()->int {
ctrace
<<
"Hello, World!"
<< endl;
}
// This code can produces the following output debug:
//
// Hello, World!
Generated on Mon Oct 9 2023 14:41:56 for xtd by
Gammasoft
. All rights reserved.