index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libacc
/
tests
/
data
/
testStringConcat.c
blob: bf06ae18ef236e2412a2166db3840c0fbd03a8cd (
plain
)
1
2
3
4
int
main
() {
return
printf
(
"Hello"
","
" world
\n
"
);
}