diff --git a/README.md b/README.md index c724cf5c..8f9fca1c 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Nice](n/nice.nice) * [Nim](n/nim.nim) * [Nit](n/nit.nit) -* [Node](n/node.js) * [Nodejs](n/nodejs.js) * [Novice](n/novice.novice) * [Nu](n/nu.nu) @@ -419,7 +418,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Roy](r/roy.roy) * [Ruby](r/ruby.rb) * [Rust](r/rust.rs) -* [Hello](s/hello.st) * [S Algol](s/S-algol) * [Sacred](s/sacred.sacred) * [Sal](s/sal.s) @@ -443,6 +441,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Simula](s/simula.sim) * [Slashes](s/slashes.slashes) * [Smali](s/smali.smali) +* [Smalltalk Gnu](s/smalltalk-gnu.st) * [Smalltalk](s/smalltalk.sm) * [Smil](s/smil.smil) * [Sml](s/sml.sml) diff --git a/n/node.js b/n/node.js deleted file mode 100644 index b9d3e23c..00000000 --- a/n/node.js +++ /dev/null @@ -1 +0,0 @@ -console.log('Hello world!'); diff --git a/n/nodejs.js b/n/nodejs.js index 63808419..042a2b98 100644 --- a/n/nodejs.js +++ b/n/nodejs.js @@ -1,3 +1,3 @@ #!/usr/bin/env node -process.stdout.write('Hello World\n'); +console.log('Hello world!'); diff --git a/s/hello.st b/s/smalltalk-gnu.st similarity index 100% rename from s/hello.st rename to s/smalltalk-gnu.st