xtd.core "Hello, World!" examples
January 28, 2026 ยท View on GitHub
This folder contains xtd.core "Hello, World!" examples used by Reference Guide and more.
- hello_world_console The classic first application "Hello, World!" with xtd::console class.
- hello_world_coroutine The classic first application "Hello, World!" with coroutine and task.
- hello_world_diagnostics The classic first application "Hello, World!" with xtd::diagnostics::trace class.
- hello_world_environment The classic first application "Hello, World!" with xtd::environment class.
- hello_world_io The classic first application "Hello, World!" with xtd::io::file and xtd::io::path classes.
- hello_world_string The classic first application "Hello, World!" with xtd::string class.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name