πFile Setup & Hello World
Starting a File
Importing and Using Modules
import "<modulename>" as <aliasname>import "fmt" as fmtfmt.println("Hello World!")The "main" Function
Working Hello World Example
Last updated