Sign in
zircon-guest
/
third_party
/
linux
/
a4372ebf765b6ebb3d28e4d9b3dba741a2314992
/
.
/
tools
/
build
/
feature
/
test-hello.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}