top of page

Hello World

First, download and install the xtd on your computer.

Next, open a terminal, Command Prompt, or bash. Enter the following xtdc commands to create and run an xtd application:

xtdc new console sample1

cd sample1

xtdc run

You see the following output:

Hello, World!

Congratulations! You've created a simple xtd application.

Next steps

Get started developing xtd applications by following a step-by-step tutorials.

See also

bottom of page