From 4f840d3182e68e3aed8e4a0fbad5c9ae9dfa62dc Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Mon, 21 Feb 2022 17:25:34 -0600 Subject: [PATCH 1/2] Prevent redirect for The Hello World Collection --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4dd21e67..a15133ad 100644 --- a/readme.md +++ b/readme.md @@ -932,5 +932,5 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib ## Related - [FizzBuzz](https://github.com/zenware/FizzBuzz) -- [The Hello World Collection](https://helloworldcollection.github.io/) +- [The Hello World Collection](http://helloworldcollection.de/) - [one-two-three...infinity](https://github.com/clarkzjw/one-two-three...infinity) From 08c62722cf845dbb12e8c05801f92aeea83c5673 Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Tue, 22 Feb 2022 08:27:43 -0600 Subject: [PATCH 2/2] Add Hello World In Many Programming Languages to related --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a15133ad..227c6c1c 100644 --- a/readme.md +++ b/readme.md @@ -934,3 +934,4 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib - [FizzBuzz](https://github.com/zenware/FizzBuzz) - [The Hello World Collection](http://helloworldcollection.de/) - [one-two-three...infinity](https://github.com/clarkzjw/one-two-three...infinity) +- [Hello World In Many Programming Languages](https://wiki.c2.com/?HelloWorldInManyProgrammingLanguages)