Java Solution Format

class Solution {

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

    function() {
        ...
    }
}

Last updated