Skip to main content
summaryrefslogtreecommitdiffstats
blob: e44d828ec8287d180066b877dfca137fb7b33903 (plain) (blame)
1
2
3
4
5
	function main(args) {
		System.out.println("Hello" + " World");
	

}

Back to the top