diff --git a/#/0815.0815 b/#/0815.0815 new file mode 100644 index 00000000..7414c30d --- /dev/null +++ b/#/0815.0815 @@ -0,0 +1,4 @@ +<:48:x<:65:=<:6C:$=$=$$~<:03:+ +$~<:ffffffffffffffb1:+$<:77:~$ +~<:fffffffffffff8:x+$~<:03:+$~ +<:06:x-$x<:0e:x-$=x<:43:x-$ diff --git a/#/360-assembly.asm b/#/360-assembly.asm new file mode 100644 index 00000000..0b624f9c --- /dev/null +++ b/#/360-assembly.asm @@ -0,0 +1,8 @@ + LA 1,MSGAREA Point Register 1 to message area + SVC 35 Invoke SVC 35 (Write to Operator) + BR 14 Return +MSGAREA EQU * Message Area + DC AL2(19) Total area length = 19 (Prefix length:4 + Data Length:15) + DC XL2'00' 2 bytes binary of zeros + DC C'Hello world!' Text to be written to system console + END diff --git a/#/6502-assembly.s b/#/6502-assembly.s new file mode 100644 index 00000000..dcd1e92c --- /dev/null +++ b/#/6502-assembly.s @@ -0,0 +1,22 @@ +; goodbyeworld.s for C= 8-bit machines, ca65 assembler format. +; String printing limited to strings of 256 characters or less. + +a_cr = $0d ; Carriage return. +bsout = $ffd2 ; KERNAL ROM, output a character to current device. + + .code + + ldx #0 ; Starting index 0 in X register. +printnext: + lda text,x ; Get character from string. + beq done ; If we read a 0 we're done. + jsr bsout ; Output character. + inx ; Increment index to next character. + bne printnext ; Repeat if index doesn't overflow to 0. +done: + rts ; Return from subroutine. + + .rodata + +text: + .byte "Hello world!", a_cr, 0 diff --git a/a/ALGOL-W.algol b/a/ALGOL-W.algol new file mode 100644 index 00000000..ad938cc4 --- /dev/null +++ b/a/ALGOL-W.algol @@ -0,0 +1,3 @@ +begin + write( "Hello world!" ) +end. diff --git a/a/aime.aime b/a/aime.aime new file mode 100644 index 00000000..cf175030 --- /dev/null +++ b/a/aime.aime @@ -0,0 +1,7 @@ +integer +main(void) +{ + o_text("Hello world!\n"); + + return 0; +} diff --git a/a/algae.algae b/a/algae.algae new file mode 100644 index 00000000..e84c2239 --- /dev/null +++ b/a/algae.algae @@ -0,0 +1 @@ +printf("Hello world!\n"); diff --git a/a/alore.alore b/a/alore.alore new file mode 100644 index 00000000..575c10ab --- /dev/null +++ b/a/alore.alore @@ -0,0 +1 @@ +Print('Hello world!') diff --git a/a/ash.ash b/a/ash.ash index 696a5a5d..a1d9bad5 100644 --- a/a/ash.ash +++ b/a/ash.ash @@ -1,5 +1,5 @@ public class Ash { - public static void main(args : String[]) { + public static func main(args : [String]) { println("Hello, world!") } } diff --git a/a/assembler_lc-3 b/a/assembler_lc-3 new file mode 100644 index 00000000..ea7d2439 --- /dev/null +++ b/a/assembler_lc-3 @@ -0,0 +1,6 @@ + .ORIG x3000 + + LEA R0, HELLOWORLD + PUTS + +HELLOWORLD .STRINGZ "Hello world!\n" diff --git a/c/c++.cpp b/c/c++.cpp index 8b27019d..4b5cb5b6 100644 --- a/c/c++.cpp +++ b/c/c++.cpp @@ -1,6 +1,8 @@ #include +#include int main() { std::cout << "Hello World" << std::endl; + return EXIT_SUCCESS; } diff --git a/c/cypherNeo4j.cypher b/c/cypherNeo4j.cypher new file mode 100644 index 00000000..abad0e9c --- /dev/null +++ b/c/cypherNeo4j.cypher @@ -0,0 +1,3 @@ +CREATE (Hello:Word { val: 'Hello' }), (World:Word { val: 'World!' }), +(Hello)-[:SPACE]->(World) +RETURN Hello,World diff --git a/d/HelloWorld.dark b/d/HelloWorld.dark new file mode 100644 index 00000000..5b93f4e0 --- /dev/null +++ b/d/HelloWorld.dark @@ -0,0 +1,12 @@ ++helloworld hell +helloworld$twist stalker io +helloworld$twist sign string +io$stalk +io$personal +string$scrawl " Hello World! +string$read ~ +io$echo +helloworld$consume io +helloworld$consume string +helloworld$empty +helloworld$apocalypse diff --git a/e/helloworld.el b/e/EmacsLisp.el similarity index 100% rename from e/helloworld.el rename to e/EmacsLisp.el diff --git a/e/emoticon.emoticon b/e/emoticon.emoticon index ceec66f9..cb21abf4 100644 --- a/e/emoticon.emoticon +++ b/e/emoticon.emoticon @@ -1 +1 @@ -hello world :-Q S:-P :-Q +Hello World! :Q S::P :P diff --git a/e/~English.ext b/e/~English.ext new file mode 100644 index 00000000..f9da04c3 --- /dev/null +++ b/e/~English.ext @@ -0,0 +1,2 @@ +Display "Hello world!" and a newline. +Stop the program. diff --git a/f/fish.fish b/f/fish.fish new file mode 100755 index 00000000..b5052017 --- /dev/null +++ b/f/fish.fish @@ -0,0 +1,2 @@ +#!/usr/bin/env fish +echo "Hello, World!" diff --git a/g/geojson.geojson b/g/geojson.geojson new file mode 100644 index 00000000..7cfd616a --- /dev/null +++ b/g/geojson.geojson @@ -0,0 +1 @@ +{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-103.35937499999999,66.93006025862448],[-104.4140625,39.90973623453719],[-94.21875,39.36827914916011],[-93.8671875,50.28933925329178],[-85.78125,50.28933925329178],[-85.78125,39.639537564366684],[-75.5859375,39.639537564366684],[-77.6953125,67.06743335108298],[-86.484375,66.79190947341796],[-85.78125,57.7041472343419],[-92.8125,57.32652122521709],[-94.21875,66.51326044311188],[-103.35937499999999,66.93006025862448]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-71.3671875,67.47492238478702],[-40.42968749999999,67.60922060496382],[-40.78125,64.01449619484472],[-61.52343749999999,63.548552232036414],[-61.52343749999999,57.89149735271031],[-50.625,57.89149735271031],[-50.625,51.39920565355378],[-60.1171875,51.39920565355378],[-61.17187499999999,42.032974332441405],[-42.1875,42.293564192170095],[-42.1875,36.87962060502676],[-68.203125,34.88593094075317],[-71.3671875,67.47492238478702]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-32.6953125,67.60922060496382],[-32.34375,39.36827914916011],[-4.21875,40.713955826286046],[-4.21875,47.754097979680026],[-20.7421875,47.040182144806664],[-21.796875,67.87554134672945],[-32.6953125,67.60922060496382]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[4.5703125,68.78414378041504],[5.9765625,42.553080288955826],[37.265625,43.83452678223682],[37.265625,49.61070993807422],[18.6328125,50.28933925329178],[15.468749999999998,69.03714171275197],[4.5703125,68.78414378041504]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[41.8359375,43.068887774169625],[41.8359375,68.65655498475735],[95.625,68.65655498475735],[95.625,43.068887774169625],[41.8359375,43.068887774169625]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[50.9765625,47.27922900257082],[50.9765625,66.93006025862448],[89.296875,66.93006025862448],[89.296875,47.27922900257082],[50.9765625,47.27922900257082]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-115.6640625,18.312810846425442],[-98.7890625,18.979025953255267],[-84.72656249999999,-15.961329081596634],[-75.5859375,-4.565473550710278],[-69.2578125,-4.214943141390639],[-65.7421875,-15.284185114076433],[-53.0859375,19.973348786110602],[-39.7265625,21.28937435586041],[-65.0390625,-41.244772343082076],[-73.828125,-42.0329743324414],[-76.640625,-28.613459424004414],[-84.375,-41.50857729743933],[-94.921875,-42.0329743324414],[-115.6640625,18.312810846425442]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-34.80468749999999,-39.09596293630548],[-34.80468749999999,21.28937435586041],[14.414062499999998,21.28937435586041],[14.414062499999998,-39.09596293630548],[-34.80468749999999,-39.09596293630548]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-28.125,-31.05293398570514],[-28.125,14.944784875088372],[8.7890625,14.944784875088372],[8.7890625,-31.05293398570514],[-28.125,-31.05293398570514]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[23.203125,21.616579336740603],[22.148437499999996,-38.27268853598096],[32.34375,-37.99616267972812],[33.75,-15.961329081596634],[45.3515625,-36.597889133070204],[59.765625,-36.03133177633187],[39.0234375,-5.266007882805485],[54.84375,-3.513421045640032],[53.0859375,23.241346102386135],[23.203125,21.616579336740603]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[28.828124999999996,2.811371193331128],[28.828124999999996,16.972741019999035],[46.7578125,16.972741019999035],[46.7578125,2.811371193331128],[28.828124999999996,2.811371193331128]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[65.0390625,22.917922936146045],[66.09375,-34.30714385628803],[111.4453125,-34.30714385628803],[110.390625,-25.79989118208832],[78.3984375,-24.206889622398023],[76.9921875,23.56398712845123],[65.0390625,22.917922936146045]]]}},{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[117.0703125,25.165173368663954],[121.640625,-33.13755119234615],[135.35156249999997,-31.653381399663985],[146.25,-20.3034175184893],[148.7109375,-9.79567758282973],[148.359375,0],[145.1953125,7.36246686553575],[140.2734375,14.604847155053898],[135.703125,20.632784250388028],[128.671875,24.206889622398023],[121.9921875,26.11598592533351],[117.0703125,25.165173368663954]]]}}]} \ No newline at end of file diff --git a/g/glass.glass b/g/glass.glass new file mode 100644 index 00000000..2656f273 --- /dev/null +++ b/g/glass.glass @@ -0,0 +1 @@ ++{M[m(_o)O!"Hello World!"(_o)o.?]} diff --git a/m/mongo.shell b/m/mongo.shell new file mode 100644 index 00000000..f301245e --- /dev/null +++ b/m/mongo.shell @@ -0,0 +1 @@ +print("Hello World!") diff --git a/o/objc.m b/o/objc.m index d53547e1..a13e1b7a 100644 --- a/o/objc.m +++ b/o/objc.m @@ -10,12 +10,5 @@ int main(void) { - @autoreleasepool - { - NSFileHandle *_stderr = [NSFileHandle fileHandleWithStandardError]; - NSString *string = @"hello, world\n"; - NSData *data = [string dataUsingEncoding:[NSString defaultCStringEncoding]]; - [_stderr writeData:data]; - } - return EXIT_SUCCESS; -} \ No newline at end of file + NSLog(@"Hello World"); +} diff --git a/p/perl6.p6 b/p/perl6.p6 new file mode 100644 index 00000000..8a16e03d --- /dev/null +++ b/p/perl6.p6 @@ -0,0 +1,6 @@ +#!/usr/bin/env perl6 + +v6; + +say "Hello, World!"; + diff --git a/p/powershell.ps1 b/p/powershell.ps1 new file mode 100644 index 00000000..29472586 --- /dev/null +++ b/p/powershell.ps1 @@ -0,0 +1 @@ +Write-Output 'Hello World' diff --git a/q/qu.qu b/q/qu.qu index f4ee49e1..32865cc9 100644 --- a/q/qu.qu +++ b/q/qu.qu @@ -1 +1,2 @@ 'Hello, World!' +test diff --git a/q/qwerty.qwerty b/q/qwerty.qwerty index 23cb455d..057a290b 100644 --- a/q/qwerty.qwerty +++ b/q/qwerty.qwerty @@ -1,3 +1,6 @@ begin -output "Hello World!" + ?hello = "Hello World" + if 1 == 1 then + output ?hello + fi end diff --git a/r/react.js b/r/react.js new file mode 100644 index 00000000..f4835980 --- /dev/null +++ b/r/react.js @@ -0,0 +1,3 @@ +//simple react component that renders "Hello World" as an H1 tag into the body + +React.render(

Hello World

, document.body); \ No newline at end of file diff --git a/s/slashes.slashes b/s/slashes.slashes new file mode 100644 index 00000000..af5626b4 --- /dev/null +++ b/s/slashes.slashes @@ -0,0 +1 @@ +Hello, world! diff --git a/s/swift.swift b/s/swift.swift index 7dc46d6e..ad35e5ae 100644 --- a/s/swift.swift +++ b/s/swift.swift @@ -1 +1 @@ -print("Hello, world") +print("Hello World") diff --git a/w/wolframlanguage.wl b/w/wolframlanguage.wl new file mode 100644 index 00000000..ce3e4427 --- /dev/null +++ b/w/wolframlanguage.wl @@ -0,0 +1 @@ +Print["Hello World"];