Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: adfe819b50cf6f73d5ca6d84b7609ab5bd0c55bc (plain) (blame)
1
2
3
	function main(args) {
		System.out.println(new java.lang.Exception("ERROR"));
	}

Back to the top