Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

public class CorridaT{

public static void main(String[] args){


Piloto um = new Piloto("Rubinho");
Piloto dois = new Piloto("Schumacher");
Piloto tres = new Piloto( Raikonnen");
um.start();
dois.start();
tres.start();
}
}

You might also like