Remove deprecated nodejs

This commit is contained in:
thatHexa
2017-07-22 17:24:59 +03:00
parent 10eb37c724
commit cdf8b8bea1
2 changed files with 1 additions and 2 deletions

View File

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

View File

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