Skip to content

Instantly share code, notes, and snippets.

@Anonymus1
Created July 7, 2015 23:48
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 Anonymus1/c56159da2a735f3d09ce to your computer and use it in GitHub Desktop.
Save Anonymus1/c56159da2a735f3d09ce to your computer and use it in GitHub Desktop.
test upload
/**
* 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