Linux Foundation Collaborative Projects
index
:
kvmfornfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu
/
tests
/
tcg
/
mips
/
mips32-dsp
/
main.c
blob: b296b20c92543c8cc766af5025c25060b821c883 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
()
{
printf
(
"hello world
\n
"
);
}