Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
python:
def main():
print "Hello world"
Java:
public class hello {
public static void main(String[] args) {
System.out.println("Hello World);
}
}
c++:
#Include <iostream>
using namespace STD;
Int main();
{
//Hello
cout >> ("Hello world" << endl;)
system ("PAUSE);
return 0;
}
I know I have to much time on my hands :P
The system pause is under c++, i did forget to add a ; at the end.
If you're interested in learning coding I can recommend python for starters.
I remember starting toying around with VBS when I was a kid making small joke programs :P
no? then you are wrong here.
http://www.learnjavaonline.org/
Here you can find the basics.
If you have Java SDK you can also run your .java files in command prompt rather than downloading a compiler for it
I also recommend notepad++ for writing the codes since it has syntax support