Created
December 11, 2019 03:39
-
-
Save anta40/71e6629646330a03c1ea6327440a4f36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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