Sign in
ara-mdk
/
platform
/
frameworks
/
compile
/
libbcc
/
426db95e17cdbaa9b1ff26eb32d20374681a96c2
/
.
/
tests
/
data
/
src
/
hello.c
blob: 06c9d0362eb09eef5713ee380f6d9a58f5e98225 [
file
] [
log
] [
blame
]
int
main
()
{
printf
(
"Hello, world\n"
);
return
0
;
}