repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding debian version 3.40~pre9-1.
[syslinux-debian/hramrach.git]
/
win32
/
hello.c
blob
b1f759449f14b1c285ed8b9a3921bc8dc2d85abb
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
}