techscript

Hello World Example

This example demonstrates the simplest program you can write in TechScript, printing a line to the console.

Code (hello.txs)

say "Hello, World!"

Running the Example

tech run hello.txs

Expected Output

Hello, World!