home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 April
/
PCWorld_2000-04_cd.bin
/
Software
/
TemaCD
/
editplus
/
ep2setup.exe
/
template.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-09
|
107b
|
9 lines
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello, world\n");
^!
return 0;
}