Merge pull request #418 from thathexa/master

Remove deprecated nodejs
This commit is contained in:
Mike Donaghy
2018-07-17 00:58:02 -05:00
committed by GitHub
4 changed files with 2 additions and 4 deletions

View File

@@ -334,7 +334,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Nice](n/nice.nice) * [Nice](n/nice.nice)
* [Nim](n/nim.nim) * [Nim](n/nim.nim)
* [Nit](n/nit.nit) * [Nit](n/nit.nit)
* [Node](n/node.js)
* [Nodejs](n/nodejs.js) * [Nodejs](n/nodejs.js)
* [Novice](n/novice.novice) * [Novice](n/novice.novice)
* [Nu](n/nu.nu) * [Nu](n/nu.nu)
@@ -419,7 +418,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Roy](r/roy.roy) * [Roy](r/roy.roy)
* [Ruby](r/ruby.rb) * [Ruby](r/ruby.rb)
* [Rust](r/rust.rs) * [Rust](r/rust.rs)
* [Hello](s/hello.st)
* [S Algol](s/S-algol) * [S Algol](s/S-algol)
* [Sacred](s/sacred.sacred) * [Sacred](s/sacred.sacred)
* [Sal](s/sal.s) * [Sal](s/sal.s)
@@ -443,6 +441,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Simula](s/simula.sim) * [Simula](s/simula.sim)
* [Slashes](s/slashes.slashes) * [Slashes](s/slashes.slashes)
* [Smali](s/smali.smali) * [Smali](s/smali.smali)
* [Smalltalk Gnu](s/smalltalk-gnu.st)
* [Smalltalk](s/smalltalk.sm) * [Smalltalk](s/smalltalk.sm)
* [Smil](s/smil.smil) * [Smil](s/smil.smil)
* [Sml](s/sml.sml) * [Sml](s/sml.sml)

View File

@@ -1 +0,0 @@
console.log('Hello world!');

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env node #!/usr/bin/env node
process.stdout.write('Hello World\n'); console.log('Hello world!');