Created
July 7, 2015 23:48
-
-
Save Anonymus1/c56159da2a735f3d09ce to your computer and use it in GitHub Desktop.
test upload
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
/** | |
* Created by moustachion on 07/07/15. | |
*/ | |
public class main { | |
char character = 'C'; | |
double decimal = 1.2; | |
float otherDecimal = 1.323f; | |
String javaIsFun = "Java is fun!"; | |
byte saveMemory = 127; | |
short saveSomeMemory = 9999; | |
long noNameCauseIFeelLikeIt = 999999999; | |
bigDecimal | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment