Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
aec69e2f33b4d9861c560867659848d0ac336478
/
.
/
tools
/
build
/
feature
/
test-hello.c
blob: c8a57194f9f29b8f9b2f01114c043e64a1c60d2a [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}