Hello World Tutorial
Let’s write and compile the classic Hello World example.
Create a file named hello.xs with the following content:
Compile it:¶
Run the generated executable:¶
You should see:¶
Congratulations—you’ve run your first CrossBasic program!