Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
qa
/
test-definitions.git
/
refs/heads/lib-disk-partition-format
/
.
/
automated
/
linux
/
toolchain-smoke
/
hello.c
blob: 8981773eb98ddbde4d941c2aceb2e990e0368fbf [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
main
(
int
argc
)
{
printf
(
"Hello world"
);
}