Sign in
googlers
/
maze
/
linux
/
6a027b705fb6d2214647a638b44ea91ee6ce7e4c
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-hello.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}