TwoPower.java 265 字节
Newer Older
ツぃ☆ve芜情's avatar
ツぃ☆ve芜情 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.ice.structure.Adapter;

/**
 * @author ice
 * @blog https://blog.csdn.net/dreaming_coder
 * @description
 * @create 2021-10-26 16:11:29
 */
public class TwoPower {
    public void powerByTwo() {
        System.out.println("提供二项供电");
    }
}