From 2075605fb4ea71ede5560e937cdbec7d3e633973 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Mon, 30 Mar 2020 18:39:11 +1300 Subject: [PATCH] Normalize messages Signed-off-by: Richie Bendall --- a/angelscript | 2 +- a/arnoldc.arnoldc | 2 +- b/batsh.batsh | 2 +- b/blitz3d.bb | 4 ++-- d/db2.sql | 2 +- d/draco.d | 4 ++-- e/elixir.exs | 2 +- g/golo.golo | 6 +++--- g/gri.gri | 2 +- l/lisaac.li | 6 +++--- m/matlab.m | 2 +- m/moonscript.moon | 2 +- n/mathematica.nb | 2 +- n/neko.neko | 2 +- n/nice.nice | 6 +++--- n/nim.nim | 2 +- o/opa.opa | 2 +- p/perl.cgi | 6 +++--- q/Qbasic.bas | 2 +- r/R.R | 2 +- r/racket.rkt | 2 +- r/roy.roy | 2 +- s/scilab.scilab | 4 +--- s/shen.shen | 2 +- 24 files changed, 34 insertions(+), 36 deletions(-) diff --git a/a/angelscript b/a/angelscript index 129fe225..06a7c743 100755 --- a/a/angelscript +++ b/a/angelscript @@ -1 +1 @@ -void main() { print("Hello world\n"); } +void main() { print("Hello World\n"); } diff --git a/a/arnoldc.arnoldc b/a/arnoldc.arnoldc index 5d0f36d8..7a04dfa5 100755 --- a/a/arnoldc.arnoldc +++ b/a/arnoldc.arnoldc @@ -1,3 +1,3 @@ IT'S SHOWTIME -TALK TO THE HAND "hello world" +TALK TO THE HAND "Hello World" YOU HAVE BEEN TERMINATED diff --git a/b/batsh.batsh b/b/batsh.batsh index 9d60f575..431ab8ba 100755 --- a/b/batsh.batsh +++ b/b/batsh.batsh @@ -1 +1 @@ -println("Hello world"); +println("Hello World"); diff --git a/b/blitz3d.bb b/b/blitz3d.bb index 89810176..25f9a263 100755 --- a/b/blitz3d.bb +++ b/b/blitz3d.bb @@ -1,4 +1,4 @@ ;Blitz3D Hello World demo by MANIAK_dobrii -Print "Hello world" +Print "Hello World" WaitKey -End \ No newline at end of file +End diff --git a/d/db2.sql b/d/db2.sql index acdba34f..4dd49641 100755 --- a/d/db2.sql +++ b/d/db2.sql @@ -1 +1 @@ -VALUES('hello world') +VALUES('Hello World') diff --git a/d/draco.d b/d/draco.d index 23c62cd6..e81070e0 100644 --- a/d/draco.d +++ b/d/draco.d @@ -1,3 +1,3 @@ proc main()void: - writeln("Hello world!"); -corp; \ No newline at end of file + writeln("Hello World!"); +corp; diff --git a/e/elixir.exs b/e/elixir.exs index 52fed1ca..8e8dc21b 100755 --- a/e/elixir.exs +++ b/e/elixir.exs @@ -1,2 +1,2 @@ #!/usr/bin/env elixir -IO.puts "Hello world" +IO.puts "Hello World" diff --git a/g/golo.golo b/g/golo.golo index bf2f1393..00b00228 100755 --- a/g/golo.golo +++ b/g/golo.golo @@ -1,5 +1,5 @@ module hello.world -function main = |args| { - println("Hello world") -} \ No newline at end of file +function main = |args| { + println("Hello World") +} diff --git a/g/gri.gri b/g/gri.gri index f23dad39..916b7a3d 100755 --- a/g/gri.gri +++ b/g/gri.gri @@ -1 +1 @@ -show "hello world" \ No newline at end of file +show "Hello World" diff --git a/l/lisaac.li b/l/lisaac.li index d5e714eb..e777d4a0 100755 --- a/l/lisaac.li +++ b/l/lisaac.li @@ -2,7 +2,7 @@ Section Header + name := HELLO_WORLD; - + Section Inherit - parent_object:OBJECT := OBJECT; @@ -11,5 +11,5 @@ Section Public - main <- ( - "Hello world !\n".print; - ); \ No newline at end of file + "Hello World !\n".print; + ); diff --git a/m/matlab.m b/m/matlab.m index f53e36bf..ddf2fe36 100755 --- a/m/matlab.m +++ b/m/matlab.m @@ -1 +1 @@ -disp('hello world') \ No newline at end of file +disp('Hello World') diff --git a/m/moonscript.moon b/m/moonscript.moon index a968078c..755b5fbc 100755 --- a/m/moonscript.moon +++ b/m/moonscript.moon @@ -1 +1 @@ -print 'hello world' +print 'Hello World' diff --git a/n/mathematica.nb b/n/mathematica.nb index de10f9a1..45181a71 100755 --- a/n/mathematica.nb +++ b/n/mathematica.nb @@ -1 +1 @@ -Print["Hello world"] +Print["Hello World"] diff --git a/n/neko.neko b/n/neko.neko index 9f26a25a..bb8da305 100755 --- a/n/neko.neko +++ b/n/neko.neko @@ -1 +1 @@ -$print("hello world\n"); +$print("Hello World\n"); diff --git a/n/nice.nice b/n/nice.nice index 33346a26..11f52afe 100755 --- a/n/nice.nice +++ b/n/nice.nice @@ -1,3 +1,3 @@ -void main(String[] args){ - println("hello world"); -} \ No newline at end of file +void main(String[] args){ + println("Hello World"); +} diff --git a/n/nim.nim b/n/nim.nim index 84e57326..f3a37892 100755 --- a/n/nim.nim +++ b/n/nim.nim @@ -1 +1 @@ -echo("hello world") +echo("Hello World") diff --git a/o/opa.opa b/o/opa.opa index 985b4edd..0fc5eb59 100755 --- a/o/opa.opa +++ b/o/opa.opa @@ -1 +1 @@ -jlog("Hello world") +jlog("Hello World") diff --git a/p/perl.cgi b/p/perl.cgi index 118190e4..cb407d16 100755 --- a/p/perl.cgi +++ b/p/perl.cgi @@ -2,8 +2,8 @@ use CGI; # load CGI routines $q = CGI->new; # create new CGI object print $q->header, # create the HTTP header - $q->start_html('hello world'), # start the HTML - $q->h1('hello world'), # level 1 header + $q->start_html('Hello World'), # start the HTML + $q->h1('Hello World'), # level 1 header $q->end_html; # end the HTML - + # http://perldoc.perl.org/CGI.html diff --git a/q/Qbasic.bas b/q/Qbasic.bas index e04cbdc0..948ec75b 100755 --- a/q/Qbasic.bas +++ b/q/Qbasic.bas @@ -1,2 +1,2 @@ -PRINT "hello world" +PRINT "Hello World" diff --git a/r/R.R b/r/R.R index 1ed8857d..918d5c96 100755 --- a/r/R.R +++ b/r/R.R @@ -1 +1 @@ -cat("Hello world\n") \ No newline at end of file +cat("Hello World\n") diff --git a/r/racket.rkt b/r/racket.rkt index 44c5da40..aebb0486 100755 --- a/r/racket.rkt +++ b/r/racket.rkt @@ -1,2 +1,2 @@ #lang racket -"Hello world" +"Hello World" diff --git a/r/roy.roy b/r/roy.roy index 491d4c3f..89ce6323 100755 --- a/r/roy.roy +++ b/r/roy.roy @@ -1 +1 @@ -console.log "Hello world" +console.log "Hello World" diff --git a/s/scilab.scilab b/s/scilab.scilab index 6e5f2511..c29ea071 100755 --- a/s/scilab.scilab +++ b/s/scilab.scilab @@ -1,3 +1 @@ -while(1) - printf("hello world"); -end +disp("Hello World") diff --git a/s/shen.shen b/s/shen.shen index 355ea227..f77bc782 100755 --- a/s/shen.shen +++ b/s/shen.shen @@ -1 +1 @@ -(pr "hello world") +(pr "Hello World")