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