RosettaCodeData/Task/Classes/Processing/classes-2

6 lines
142 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
// instantiate the class:
ProgrammingLanguage processing = new ProgrammingLanguage("Processing");
// call the method:
processing.sayHello();