public class time {
public static void main(String[]args){
long starTime=System.currentTimeMillis();
long endTime=System.currentTimeMillis();
long Time=endTime-starTime;
System.out.println(Time);
}
}
public class time {
public static void main(String[]args){
long starTime=System.currentTimeMillis();
long endTime=System.currentTimeMillis();
long Time=endTime-starTime;
System.out.println(Time);
}
}