Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 282 Bytes

File metadata and controls

18 lines (14 loc) · 282 Bytes

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!