Skip to content

Instantly share code, notes, and snippets.

@anta40
Created December 11, 2019 03:39
Show Gist options
  • Save anta40/71e6629646330a03c1ea6327440a4f36 to your computer and use it in GitHub Desktop.
Save anta40/71e6629646330a03c1ea6327440a4f36 to your computer and use it in GitHub Desktop.
class Besar {
public static void main(String args[]){
Long num1 = new Long(123456789123456L);
System.out.println(num1);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment