View Full Version : How do you make it say hello world?
ThatOneDude02
04-06-2005, 09:26 PM
//Variable name may vary
String fireIsADouche = "Hello World";
System.out.print(fireIsADouche);
//Variable name may vary
String fireIsADouche = "Hello World";
System.out.print(fireIsADouche);
:(
Serious'd.
The Communist Threat
04-08-2005, 12:22 AM
you want an actuall "hello world" prog?
soft cries
04-08-2005, 05:27 AM
you want an actuall "hello world" prog?
I don't know about that. But you need a dictionary.
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!\n";
system("PAUSE");
return 0;
}
Ferserious guys...
I already knew how to do it. The one I learned was like MMMs, though.
// helloworld.cpp
#include <iostream.h>
int main()
{
cout << "Hello world!" << endl;
return 0;
}
ThatOneDude02
04-09-2005, 01:31 AM
def main():
___fireIsADoucheInPythonToo = "Hello World"
___print fireIsADoucheInPythonToo
main()
def main():
___fireIsADoucheInPythonToo = "Hello World"
___print fireIsADoucheInPythonToo
main()
But I like python. :(
OMG LINAXX IS TEH BEST OS EVAR!!!1 GO SUKC BILL GATES BALLS U WINDOZE WHHORES :mad::mad:
vBulletin® v3.8.0, Copyright ©2000-2010, Jelsoft Enterprises Ltd.