7241c9a675
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
5 lines
68 B
CUE
5 lines
68 B
CUE
package main
|
|
|
|
name: string | *"world"
|
|
message: "Hello, \(name)!"
|