source:
bootcd/isolinux/syslinux-6.03/win/hello.c
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 208 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 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 | } |
Note: See TracBrowser
for help on using the repository browser.