From cdf8b8bea1c70be4980b5c508fb865f65a12badd Mon Sep 17 00:00:00 2001 From: thatHexa Date: Sat, 22 Jul 2017 17:24:59 +0300 Subject: [PATCH 1/2] Remove deprecated nodejs --- n/node.js | 1 - n/nodejs.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 n/node.js 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!'); From dc75f068dc3674e378d5c27c707cd8e033e33c65 Mon Sep 17 00:00:00 2001 From: thathexa Date: Mon, 2 Jul 2018 17:15:59 +0300 Subject: [PATCH 2/2] Rename hello.st to smalltalk-gnu.st and run list_langs.py --- README.md | 13 +++++++------ s/{hello.st => smalltalk-gnu.st} | 0 2 files changed, 7 insertions(+), 6 deletions(-) rename s/{hello.st => smalltalk-gnu.st} (100%) diff --git a/README.md b/README.md index c0957b56..68cd4102 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Thanks to everyone who continues to contribute, new languages are created every Make sure to see CONTRIBUTING.md for instructions on contributing to the project! -Spin-Off project smartly suggested and implemented by [@zenware](https://github.com/zenware): +Spin-Off project smartly suggested and implemented by [@zenware](https://github.com/zenware): Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-world](https://github.com/leachim6/hello-world). * [Hello Html](e/elm.elm) @@ -71,6 +71,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Assembler 8048 Videopac](a/assembler_8048_videopac.asm) * [Assembler Arm](a/assembler_arm.s) * [Assembler Atari2600](a/assembler_atari2600.asm) +* [Assembler Bootsect](a/assembler_bootsect.asm) * [Assembler Dcpu16](a/assembler_DCPU16.asm) * [Assembler Fasm Dos](a/assembler_fasm_dos.asm) * [Assembler Hla](a/assembler_hla.hla) @@ -93,7 +94,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Assembler Z80 Knightos](a/assembler_z80_knightos.asm) * [Assembler Z80 Ti83Calculator](a/assembler_z80_ti83calculator.asm) * [Assembler Z80 Zxspectrum](a/assembler_z80_zxspectrum.asm) -* [Attache](a/Attache.@) +* [Attache](a/Attache.%40) * [Autohotkey](a/autohotkey.ahk) * [Autoit](a/autoit.au3) * [Awful](a/awful.yuk) @@ -109,12 +110,14 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Befunge](b/befunge.be) * [Bennugd](b/BennuGD) * [Beta](b/beta.bet) +* [Birl](b/BIRL.c) * [Bit](b/BIT.bit) * [Bitbitjump](b/BitBitJump.bbj) * [Blackrum](b/BlackRum.br) * [Blc](b/BLC.Blc) * [Blitz3D](b/blitz3d.bb) * [Blub](b/blub.blub) +* [Bolgefuck](b/bolgefuck.bf) * [Boo](b/boo.boo) * [Brainfuck 2D](b/brainfuck-2d.bf2d) * [Brainfuck](b/brainfuck.bf) @@ -291,7 +294,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Livescript](l/livescript.ls) * [Llvm](l/llvm.ll) * [Lnusp](l/LNUSP.lnusp) -* [Logical](l/logical.logical) * [Logo](l/logo.lg) * [Lola](l/LOLA.lola) * [Lolcode](l/lolcode.lol) @@ -331,7 +333,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) @@ -415,7 +416,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) @@ -438,6 +438,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) @@ -522,7 +523,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Y](y/Y.y) * [Yaml](y/yaml.yaml) * [Yolang](y/yolang.yo) -* [YoptaScript](y/yoptascript.js) +* [Yoptascript](y/yoptascript.js) * [Zbd](z/zbd) * [Zepto](z/zepto.zp) * [Zetaplex](z/zetaplex.zeta) 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