Skip to content

Instantly share code, notes, and snippets.

@detik19
Created January 5, 2019 00:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save detik19/dee0a278406b0a9de0da429a13512e05 to your computer and use it in GitHub Desktop.
Save detik19/dee0a278406b0a9de0da429a13512e05 to your computer and use it in GitHub Desktop.
package com.subrutin.java11;
public class Test {
public static void main(String[] args) {
var x=1;
System.out.println(x);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment