Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.test;
- import java.util.Date;
- public class Main {
- public static void main(String[] args) {
- Date hora = new Date();
- hora.getTime();
- System.out.println("Testando \n"+hora);
- int i;
- int l=0;
- for(i=0;i<2000000000;l++){
- if(i==l){
- }
- if(l==10){
- i++;
- l=0;
- }
- }
- Date hora2 = new Date();
- hora2.getTime();
- System.out.println("Finalizou \n"+hora2);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement