Browse Source

JTalk -> Amber

Laurent Laffont 12 năm trước cách đây
mục cha
commit
76a2cf6508
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/nodejs/hello/Hello.st

+ 1 - 1
examples/nodejs/hello/Hello.st

@@ -5,5 +5,5 @@ Object subclass: #Hello
 !Hello class methodsFor: 'main'!
 
 main
-	console log: 'Hello world from JTalk in Node.js'
+	console log: 'Hello world from Amber in Node.js'
 ! !