import josx.platform.rcx.*;

class TestMusic {
    public static void main(String[] args){
	LegoMusic.playSoundTheCharge();
	LegoMusic.waitCents(100);
	LegoMusic.playStartTheRace();
    }
}


syntax highlighted by Code2HTML, v. 0.9.1