class Solution { public static void main(String[] args){ Solution solution = new Solution(); solution.function(); } function() { ... } }
Last updated 6 years ago