Originally posted by R259775897
View Post
lol
<html> <head> <title>PHP Test</title> </head> <body> Hello World </body> </html>
public static void Main()
{
System.Console("Hello, World!");
**
using namespace std;
int main();
{
cout < "Hello world!";
System("pause");
**
Comment