/**
A program to print two lines.
*/
public class HelloAll
{
public static void main(String[] args)
{
System.out.println("Hello, World!");
/* Your code goes here */
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter