home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Packard Bell - Internet on a CD
/
internet on a cd.cdr
/
Internet
/
sites
/
HTML_1
/
hello.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-07-16
|
155 b
|
8 lines
#include <iostream.h>
#include "./cgi.h"
cgi_main(cgi_info *ci)
{ print_mimeheader("text/html");
cout << "<html>Hello World!</html>";
return 1;}