repo.or.cz
/
syslinux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfs: Add xfs_iget_root() to XFS filesystem ops
[syslinux.git]
/
win
/
hello.c
blob
4934689b066221d40938376dbeeb6ff5434fde44
1
/*
2
* Test program for C compiler; if this doesn't compile, the
3
* C compiler is seriously broken.
4
*/
5
6
#include <stdlib.h>
7
#include <stdio.h>
8
9
int
main
(
void
)
10
{
11
printf
(
"Hello, World!
\n
"
);
12
return
0
;
13
}