MonKong
0
Q:

how to print hello world

public class Hello
{
  	public static void main(String[] args)
    {
      /*Tip System.out.println(); shortcut Type 'sysout'and press Tab */
      System.out.println("Hello world!");
    }
}
4
#the following code will print out Hello, World
print("Hello, World")
2
HAI 1.2
  CAN HAS STDIO?
  VISIBLE "HAI WORLD!!!1!"
KTHXBYE
1
print ("hello world")
0

New to Communities?

Join the community