RosettaCodeData/Task/Inheritance-Single/ChucK/inheritance-single-5.chuck

4 lines
76 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
public class TechnoDrums extends ElectronicKit{
//functions go here...
}