xtd
0.2.0
Loading...
Searching...
No Matches
hello_world_string.cpp
The classic first application "Hello, World!" with
xtd::string
class.
#include <xtd/xtd>
auto
main() ->
int
{
console::out << string::format(
"{,-8},{,8}!"
,
"Hello"
,
"World"
_s) << environment::new_line;
}
// This code produces the following output :
//
// Hello , World!
Generated on Fri Dec 12 2025 12:14:49 for xtd by
Gammasoft
. All rights reserved.