From ba1d302da76fe03b7f39e2b1a5ef19eb734b0fdb Mon Sep 17 00:00:00 2001 From: Rhed Shi Date: Tue, 13 Oct 2015 22:22:12 -0700 Subject: [PATCH 01/30] Made Swift consistent with other Hello World --- s/swift.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From 401f17b61f025e89de95ac8233340d05c50dbd03 Mon Sep 17 00:00:00 2001 From: Rhed Shi Date: Wed, 14 Oct 2015 01:16:00 -0700 Subject: [PATCH 02/30] Revert Objective-C back to using NSLog() --- o/objc.m | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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"); +} From fc5626ef6ca981ff11c3ea94f3b1caf5b3431f6d Mon Sep 17 00:00:00 2001 From: Salvatore Gentile Date: Sun, 25 Oct 2015 22:39:12 +0100 Subject: [PATCH 03/30] Add fish --- f/fish.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 f/fish.fish 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!" From 1801915d8cc6dab468fdcfa55ab7a76a1bdb381f Mon Sep 17 00:00:00 2001 From: OriginalTabooo Date: Tue, 27 Oct 2015 18:35:32 -0500 Subject: [PATCH 04/30] Create assembler_lc-3 LC-3 Assembly Language --- a/assembler_lc-3 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 a/assembler_lc-3 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" From 4d15b768462a9c54a57372d9a4730e4cf5975e73 Mon Sep 17 00:00:00 2001 From: Sam Tebbs Date: Fri, 30 Oct 2015 01:22:41 +0000 Subject: [PATCH 05/30] Updated for syntax changes --- a/ash.ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!") } } From f3ef94cccc3de333e3515dde3eda480ba374eea7 Mon Sep 17 00:00:00 2001 From: George Gibson Date: Mon, 2 Nov 2015 16:54:52 +0000 Subject: [PATCH 06/30] Update qwerty.qwerty --- q/qwerty.qwerty | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From 6bc333ab0a38af6684dca11dd5ebb90745659d00 Mon Sep 17 00:00:00 2001 From: George Gibson Date: Mon, 2 Nov 2015 16:56:27 +0000 Subject: [PATCH 07/30] Update emoticon.emoticon --- e/emoticon.emoticon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 438ce9868bfefcd2daa017a81f55bf7efeb05d01 Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 3 Nov 2015 07:16:29 +0000 Subject: [PATCH 08/30] Create 0815.0815 --- #/0815.0815 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 #/0815.0815 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-$ From 1cc489c1f098f4cc393297f3a0406e1993f5d6c8 Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 3 Nov 2015 07:17:05 +0000 Subject: [PATCH 09/30] Create 360-assembly.asm --- #/360-assembly.asm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 #/360-assembly.asm 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 From ac4ed87c3cc024435d4c32f2a196619438c1dbac Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 3 Nov 2015 07:18:01 +0000 Subject: [PATCH 10/30] Create 6502-assembly.s --- #/6502-assembly.s | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 #/6502-assembly.s 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 From 19a21ce0b67fe53c6de53f4654179f0a4520c23b Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 3 Nov 2015 07:20:22 +0000 Subject: [PATCH 11/30] Create aime.aime --- a/aime.aime | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 a/aime.aime 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; +} From feea540716ff28e8c249f371f114787baac12158 Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 3 Nov 2015 07:20:48 +0000 Subject: [PATCH 12/30] Create algae.algae --- a/algae.algae | 1 + 1 file changed, 1 insertion(+) create mode 100644 a/algae.algae 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"); From 1627aeeeb75de6e7c05ee34386a5d36aabdbaee2 Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 3 Nov 2015 07:21:50 +0000 Subject: [PATCH 13/30] Create ALGOL-W.algol --- a/ALGOL-W.algol | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 a/ALGOL-W.algol 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. From 70adb8294c27892cf11579a15dbeef23e3091366 Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 3 Nov 2015 07:22:07 +0000 Subject: [PATCH 14/30] Create alore.alore --- a/alore.alore | 1 + 1 file changed, 1 insertion(+) create mode 100644 a/alore.alore 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!') From c25d650d38ec726d7de966a805a761dea64ed435 Mon Sep 17 00:00:00 2001 From: Jiwon Kim Date: Tue, 3 Nov 2015 23:58:05 +0900 Subject: [PATCH 15/30] Update qu.qu --- q/qu.qu | 1 + 1 file changed, 1 insertion(+) 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 From 90c224c54ab5899e331a37e4aba1d5dff01bf061 Mon Sep 17 00:00:00 2001 From: Colas BROUX Date: Sun, 15 Nov 2015 14:53:30 +0100 Subject: [PATCH 16/30] Added exit status --- c/c++.cpp | 2 ++ 1 file changed, 2 insertions(+) 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; } From fa057cd2bd9cfd4b10d580543c9471c77d413fb3 Mon Sep 17 00:00:00 2001 From: Ryan Yates Date: Fri, 27 Nov 2015 03:40:18 +0000 Subject: [PATCH 17/30] Create PowerShell.ps1 PowerShell hello world --- powershell.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 powershell.ps1 diff --git a/powershell.ps1 b/powershell.ps1 new file mode 100644 index 00000000..29472586 --- /dev/null +++ b/powershell.ps1 @@ -0,0 +1 @@ +Write-Output 'Hello World' From 398d079d8904825005081d0aa5def347285545ef Mon Sep 17 00:00:00 2001 From: lukeschunk Date: Fri, 27 Nov 2015 10:57:51 -0700 Subject: [PATCH 18/30] added a simple react.js example --- r/react.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 r/react.js 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 From 963ea7d02e5bbe1fae203dc27095d2021c95d267 Mon Sep 17 00:00:00 2001 From: LegionMammal978 Date: Sun, 29 Nov 2015 08:12:21 -0500 Subject: [PATCH 19/30] Create wolframlanguage.wl --- w/wolframlanguage.wl | 1 + 1 file changed, 1 insertion(+) create mode 100644 w/wolframlanguage.wl diff --git a/w/wolframlanguage.wl b/w/wolframlanguage.wl new file mode 100644 index 00000000..7f722a5f --- /dev/null +++ b/w/wolframlanguage.wl @@ -0,0 +1 @@ +Print["Hello, world!"]; From ccdc10b15e6247450a80184055dd8fc4e87e940e Mon Sep 17 00:00:00 2001 From: LegionMammal978 Date: Sun, 29 Nov 2015 08:44:20 -0500 Subject: [PATCH 20/30] formatting --- w/wolframlanguage.wl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w/wolframlanguage.wl b/w/wolframlanguage.wl index 7f722a5f..ce3e4427 100644 --- a/w/wolframlanguage.wl +++ b/w/wolframlanguage.wl @@ -1 +1 @@ -Print["Hello, world!"]; +Print["Hello World"]; From 14fb7cb82b102b4d27a32b8209f972a38453b48f Mon Sep 17 00:00:00 2001 From: Ed Flanagan Date: Mon, 30 Nov 2015 13:11:24 -0500 Subject: [PATCH 21/30] Add Perl 6 Hello World --- p/perl6.p6 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 p/perl6.p6 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!"; + From 3c81add1ad82a3fcc590c86a8de3f6d7fa78f30d Mon Sep 17 00:00:00 2001 From: George Gibson Date: Tue, 8 Dec 2015 19:05:37 +0000 Subject: [PATCH 22/30] Create HelloWorld.dark This is my new favorite programing language, so I had to add it to here. --- d/HelloWorld.dark | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 d/HelloWorld.dark 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 From 27997d7cd58525fbda1bba786099d5cb4194bc01 Mon Sep 17 00:00:00 2001 From: LIttleAncientForestKami Date: Wed, 9 Dec 2015 02:16:07 +0100 Subject: [PATCH 23/30] Cypher, Neo4j, creates a Hello-:space->World! graph Anyone who attempts to generate random numbers by deterministic means is, of course, living in a state of sin. -- John von Neumann --- c/cypherNeo4j.cypher | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 c/cypherNeo4j.cypher 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 From d18b4827682f8f297619fca1bbdd609672e83bd2 Mon Sep 17 00:00:00 2001 From: LIttleAncientForestKami Date: Wed, 9 Dec 2015 02:30:34 +0100 Subject: [PATCH 24/30] Printing Hello World! in MongoDB shell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve noticed lately that the paranoid fear of computers becoming intelligent and taking over the world has almost entirely disappeared from the common culture. Near as I can tell, this coincides with the release of MS-DOS. -- Larry DeLuca --- m/mongo.shell | 1 + 1 file changed, 1 insertion(+) create mode 100644 m/mongo.shell 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!") From e4a1e92a6cde28a0b2aeb5648fcea432d70c5358 Mon Sep 17 00:00:00 2001 From: Sivan Mehta Date: Tue, 8 Dec 2015 23:46:37 -0500 Subject: [PATCH 25/30] add geojson --- g/geojson.geojson | 1 + 1 file changed, 1 insertion(+) create mode 100644 g/geojson.geojson 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 From 6a7a4dd874e5aee512ae0bd682734cc373e13e71 Mon Sep 17 00:00:00 2001 From: 1b8 <1b8@users.noreply.github.com> Date: Wed, 9 Dec 2015 18:08:56 +1300 Subject: [PATCH 26/30] Create ~English.ext --- e/~English.ext | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 e/~English.ext 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. From 519c085726ec8465c2c7048626e4da7eef9df44b Mon Sep 17 00:00:00 2001 From: 1b8 <1b8@users.noreply.github.com> Date: Wed, 9 Dec 2015 18:10:48 +1300 Subject: [PATCH 27/30] Create glass.glass --- g/glass.glass | 1 + 1 file changed, 1 insertion(+) create mode 100644 g/glass.glass 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.?]} From 97e154d70c21d65c0b3c47559d2c4840208bc97b Mon Sep 17 00:00:00 2001 From: 1b8 <1b8@users.noreply.github.com> Date: Wed, 9 Dec 2015 18:11:46 +1300 Subject: [PATCH 28/30] Create slashes.slashes --- s/slashes.slashes | 1 + 1 file changed, 1 insertion(+) create mode 100644 s/slashes.slashes 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! From 0eda3696195b7444fe103b6826ca2c262d13e427 Mon Sep 17 00:00:00 2001 From: Wtm Date: Sat, 12 Dec 2015 14:26:56 +0800 Subject: [PATCH 29/30] Rename e/helloworld.el to e/EmacsLisp.el Filename should be the name of the language. --- e/{helloworld.el => EmacsLisp.el} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename e/{helloworld.el => EmacsLisp.el} (100%) diff --git a/e/helloworld.el b/e/EmacsLisp.el similarity index 100% rename from e/helloworld.el rename to e/EmacsLisp.el From 96d0a237f11f7c43d8926bc5eca2c5262d96a4a0 Mon Sep 17 00:00:00 2001 From: Mike Donaghy Date: Mon, 21 Dec 2015 12:44:08 -0500 Subject: [PATCH 30/30] Moved powershell into proper directory --- powershell.ps1 => p/powershell.ps1 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename powershell.ps1 => p/powershell.ps1 (100%) diff --git a/powershell.ps1 b/p/powershell.ps1 similarity index 100% rename from powershell.ps1 rename to p/powershell.ps1