Skip to main content
summaryrefslogtreecommitdiffstats
blob: 16d7db6d007c804bdeae9eaab52708b247c2b764 (plain) (blame)
1
2
3
4
//	public static void main(String[] args) {
//		double d = 1.0;
//		long l = (long) d;
//	}

Back to the top