Sha256: 8e05aa4d9b08c51bb936a77a83a8b78c85643fb6a1ae0b929101a96ee18cb8c7

Contents?: true

Size: 180 Bytes

Versions: 6

Compression:

Stored size: 180 Bytes

Contents

Object subclass: #Hello
        instanceVariableNames: ''
        category: 'Hello'!

!Hello class methodsFor: 'main'!

main
	console log: 'Hello world from Amber in Node.js'
! ! 

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
mdbe-0.1.0 public/amber/examples/nodejs/hello/Hello.st
maglev-database-explorer-0.0.5 public/amber/examples/nodejs/hello/Hello.st
maglev-database-explorer-0.0.4 public/amber/examples/nodejs/hello/Hello.st
maglev-database-explorer-0.0.3 public/amber/examples/nodejs/hello/Hello.st
maglev-database-explorer-0.0.2 public/amber/examples/nodejs/hello/Hello.st
maglev-database-explorer-0.0.1 public/amber/examples/nodejs/hello/Hello.st