From 361f3fac964748c9d661dc9f3b45142d1e3025c8 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:50:04 -0500 Subject: [PATCH 01/12] Update Cor.cor --- c/Cor.cor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Cor.cor b/c/Cor.cor index 2f5e0534..dee43330 100644 --- a/c/Cor.cor +++ b/c/Cor.cor @@ -1 +1 @@ -func main() console.log('Hello World') +func main() console.log("Hello World") From 4fb5e051657ea88b19ca5e7a57726120fe2e03f0 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:50:37 -0500 Subject: [PATCH 02/12] Update Angular.js --- a/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a/Angular.js b/a/Angular.js index ccc364c5..adb1b8f7 100644 --- a/a/Angular.js +++ b/a/Angular.js @@ -1,2 +1,2 @@ $scope.$log = $log; -$scope.message = 'Hello World'; +$scope.message = "Hello World"; From cd58cda71d8592251a25fc1ecf6328ca9b39e924 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:54:37 -0500 Subject: [PATCH 03/12] Update Hack.hh --- h/Hack.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h/Hack.hh b/h/Hack.hh index d9b5532c..7851c79b 100644 --- a/h/Hack.hh +++ b/h/Hack.hh @@ -1,2 +1,2 @@ Date: Wed, 2 Jun 2021 07:55:25 -0500 Subject: [PATCH 04/12] Update Centura.centura --- c/Centura.centura | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Centura.centura b/c/Centura.centura index bca9f7fb..aa5a2b15 100644 --- a/c/Centura.centura +++ b/c/Centura.centura @@ -7,4 +7,4 @@ Parameters Static Variables Local variables Actions - Call SalMessageBox( 'Hello World','Message',MB_Ok) + Call SalMessageBox( "Hello World",'Message',MB_Ok) From 71a34e80a5646bd71990b233b72916515e1d69c3 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:56:21 -0500 Subject: [PATCH 05/12] Update Hubot.coffee --- h/Hubot.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h/Hubot.coffee b/h/Hubot.coffee index ebba60af..f8da42c5 100644 --- a/h/Hubot.coffee +++ b/h/Hubot.coffee @@ -1,3 +1,3 @@ module.exports = (robot) -> robot.respond /hello/i, (msg) -> - msg.send 'Hello World' + msg.send "Hello World" From 039fc7a279a07625266012402a217a2dca3ea900 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:57:27 -0500 Subject: [PATCH 06/12] Update PiCat.pi --- p/PiCat.pi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/PiCat.pi b/p/PiCat.pi index 4491f89d..2035452f 100644 --- a/p/PiCat.pi +++ b/p/PiCat.pi @@ -1,2 +1,2 @@ main => - println('Hello World'). + println("Hello World"). From a44c73b610995b3935036ba7fbeca98ddcc7acd8 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 07:57:57 -0500 Subject: [PATCH 07/12] Update Karel.kl --- k/Karel.kl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k/Karel.kl b/k/Karel.kl index 20afe957..960a22f7 100644 --- a/k/Karel.kl +++ b/k/Karel.kl @@ -1,4 +1,4 @@ PROGRAM hello_world BEGIN - WRITE('Hello World', CR) + WRITE("Hello World", CR) END hello_world From 0c91ed6c0a57d17cbb2274769f87f77166e7f0a3 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 2 Jun 2021 08:00:47 -0500 Subject: [PATCH 08/12] Update VisualFoxPro.prg --- v/VisualFoxPro.prg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v/VisualFoxPro.prg b/v/VisualFoxPro.prg index 82a35387..c80c0cc0 100644 --- a/v/VisualFoxPro.prg +++ b/v/VisualFoxPro.prg @@ -1,10 +1,8 @@ -* Message Box: + MESSAGEBOX("Hello World") -* Print to screen: ? "Hello World" -* GUI: loForm = CREATEOBJECT("HiForm") loForm.Show(1) From 3d4d84087bfbdfa95d90a3ac339e739af3b2603e Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Thu, 3 Jun 2021 08:01:47 -0500 Subject: [PATCH 09/12] Update Google Apps Script.gs --- g/Google Apps Script.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g/Google Apps Script.gs b/g/Google Apps Script.gs index dd15942c..e55204ea 100644 --- a/g/Google Apps Script.gs +++ b/g/Google Apps Script.gs @@ -1,3 +1,3 @@ function helloWorld() { - Logger.log('Hello World'); + Logger.log("Hello World"); } From 76f038979b186491bc3ab9351238d1664a808d6b Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Thu, 3 Jun 2021 08:03:43 -0500 Subject: [PATCH 10/12] Update DogeScript.djs --- d/DogeScript.djs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d/DogeScript.djs b/d/DogeScript.djs index b20f3cde..d66229f2 100644 --- a/d/DogeScript.djs +++ b/d/DogeScript.djs @@ -1,3 +1,3 @@ shh such hello dogescript very next-gen wow difficulty -plz console.loge with 'Hello World' +plz console.loge with "Hello World" From da2ab812dd9e2453d0904249672ad77180ba41ce Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Thu, 3 Jun 2021 09:55:46 -0500 Subject: [PATCH 11/12] Update PLSQL.sql --- p/PLSQL.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/PLSQL.sql b/p/PLSQL.sql index 65235a39..dc214380 100644 --- a/p/PLSQL.sql +++ b/p/PLSQL.sql @@ -1,4 +1,4 @@ begin - dbms_output.put_line('Hello World'); + dbms_output.put_line("Hello World"); end; / From f4f3237bbcda808a4e7c512dcee575c341b2bff5 Mon Sep 17 00:00:00 2001 From: MrBrain295 <66077254+MrBrain295@users.noreply.github.com> Date: Thu, 3 Jun 2021 09:58:26 -0500 Subject: [PATCH 12/12] Update MySQL.sql --- m/MySQL.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/MySQL.sql b/m/MySQL.sql index 1922d8b4..2deda657 100644 --- a/m/MySQL.sql +++ b/m/MySQL.sql @@ -1 +1 @@ -SELECT 'Hello World'; +SELECT "Hello World";