Preview:
public class FirstPrograming {
  public static void main(string[] args) {
    System.out.println("hello world.");
    
    byte age = 30;
    long viesCount = 3_123_456_789L;
    float price = 10.99F;
    char letter = 'A';
    boolean = true/false;
  }
  
}
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