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