The classic first application "Hello, World!" with xtd::environment class.
#include <xtd/xtd>
auto main() -> int {
console::write_line("Hello, {}!", environment::user_name());
}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10