Object subclass: #Hello instanceVariableNames: '' category: 'Hello'! !Hello methodsFor: 'printing'! hello ^'Hello world from JTalk in Node.js' ! !