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