Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
f54db02e5d298de73ff5884e9dd183e517da4220
/
.
/
libacc
/
tests
/
hello.c
blob: 585ce6cadbdb5461283a5db071de6fbffe39e15c [
file
] [
log
] [
blame
]
Jack Palevich
f54db02
2009-05-08 15:18:32 -0700
[
diff
] [
blame^
]
1
main
(
a
,
b
)
{
2
printf
(
"Hello, world\n"
);
3
}