New example: hello world

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes 2021-04-02 01:03:29 +00:00
parent 3168129611
commit 7241c9a675

View File

@ -0,0 +1,4 @@
package main
name: string | *"world"
message: "Hello, \(name)!"