Skip to content

Latest commit

 

History

History
executable file
·
15 lines (13 loc) · 183 Bytes

File metadata and controls

executable file
·
15 lines (13 loc) · 183 Bytes

Solution Format


class Solution {

	public static void main(String[] args){
		Solution solution = new Solution();
		solution.function();
	}

	function() {
		...
	}
}