アットウィキロゴ

pろ0630

class pro0630 extends Thread{
 public void run() { 
     System.out.println("ex"); 
   }  
 public static void main(String[] args){ 
   pro0630 th = new pro0630(); 
   th.start(); 
 } 
}
最終更新:2010年09月17日 22:25