Difference between revisions of "Hello World"
(30 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{topTenTips}} | {{topTenTips}} | ||
− | <question | + | <question className='Hello' lang='java'> |
− | "Hello World" is | + | "Hello World" is the first program. |
− | + | <prog>public class Hello{ | |
− | <prog | ||
public static void main(String argv[]) | public static void main(String argv[]) | ||
{ | { | ||
System.out.println("Hello world"); | System.out.println("Hello world"); | ||
} | } | ||
− | } | + | } |
</prog> | </prog> | ||
</question> | </question> |
Latest revision as of 10:52, 26 June 2015
"Hello World" is the first program.
[Font]
[Default]
[Show]
[Resize]
[History]
[Profile]