Skip to content

Instantly share code, notes, and snippets.

@jm66
Created August 30, 2015 01:20
Show Gist options
  • Save jm66/e89d735ca65d59076550 to your computer and use it in GitHub Desktop.
Save jm66/e89d735ca65d59076550 to your computer and use it in GitHub Desktop.
Calcula.java
class Calcula{
public static void main(String[] args) {
CalcTiempoDescarga CalculadoraTD = new CalcTiempoDescarga(1024, 0);
CalculadoraTD.calcular();
System.out.println(CalculadoraTD.getTiempo());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment