This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/examples/hello-world/main.cue
Solomon Hykes 7241c9a675 New example: hello world
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-04-01 20:34:47 -07:00

5 lines
68 B
CUE

package main
name: string | *"world"
message: "Hello, \(name)!"