代码格式化

This commit is contained in:
huangge1199 2021-10-13 12:12:01 +08:00
parent 9f1ecd6435
commit a08f2c7793

View File

@ -43,12 +43,14 @@
// 👍 533 👎 0
package leetcode.editor.cn;
//167:两数之和 II - 输入有序数组
class TwoSumIiInputArrayIsSorted {
public static void main(String[] args) {
//测试代码
Solution solution = new TwoSumIiInputArrayIsSorted().new Solution();
}
//力扣代码
//leetcode submit region begin(Prohibit modification and deletion)
class Solution {