Sign in
fuchsia
/
workstation
/
6bb6e403b396e44a16ffe31e019f3d1cbd9a0b2e
/
.
/
src
/
examples
/
hello_workstation
/
cpp
/
meta
/
hello_world.cml
blob: f9492f33f6bb41c34cc262b1988cfa7c83edecbe [
file
] [
log
] [
blame
]
{
include
:
[
"syslog/client.shard.cml"
],
program
:
{
runner
:
"elf"
,
binary
:
"bin/hello_world"
,
forward_stderr_to
:
"log"
,
forward_stdout_to
:
"log"
},
}