New example: hello world
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
parent
3168129611
commit
7241c9a675
4
examples/hello-world/main.cue
Normal file
4
examples/hello-world/main.cue
Normal file
@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
name: string | *"world"
|
||||
message: "Hello, \(name)!"
|
Reference in New Issue
Block a user