Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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!