RosettaCodeData/Task/Classes/Processing/classes-2.processing

6 lines
142 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// instantiate the class:
ProgrammingLanguage processing = new ProgrammingLanguage("Processing");
// call the method:
processing.sayHello();