home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Exec 3
/
CD_Magazyn_EXEC_nr_3.iso
/
Programy
/
Biblioteki
/
ppclibemu07.lha
/
tests
/
hello_world.c
next >
Wrap
C/C++ Source or Header
|
1998-12-20
|
95b
|
9 lines
#include <stdlib.h>
#include <stdio.h>
main()
{
printf("Hello %s!\n","World");
exit(0);
}