Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- int main()
- {
- std::cout << "Content-type: text/html" << std::endl << std::endl << std::endl;
- std::cout << "<html><body><div style='color:red;'>Hello Wodld!</div></body><body>" << std::endl;
- return 0;
- }
- //g++ this_file.cpp -o thisfile.cgi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement