Skip to main content
summaryrefslogtreecommitdiffstats
blob: 06c683453a137498a159c25c41a02ea9e76a801d (plain) (blame)
1
2
3
4
	function main( args) {
		System.out.println("4" + 5 + 6 + 4);
	}

Back to the top