3.6日 面向对象第一次作业hello

package text1;

public class text1 {

    public static void main(String[] args) {
        // TODO Auto-generated method stub
        System.out.println("hello");
        System.out.println("kitty");
        
    }

}

猜你喜欢

转载自www.cnblogs.com/F-dl/p/12427078.html