index
:
comus
ata
documentationBranch
fat32
forkman
main
old
pcie
tarBranch
tarfs_freya
uefi
user
its not just a kernel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
user
/
hello.c
blob: 5d91d038a8c5c32a34946ccd786f35a52439a7b8 (
plain
)
1
2
3
4
5
6
7
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello World!
\n
"
);
return
0
;
}