From 919c64e2de0951890213f88d675763f1efd6fe4e Mon Sep 17 00:00:00 2001 From: Sam Tebbs Date: Wed, 27 May 2015 10:39:46 +0100 Subject: [PATCH 1/2] Added the Ash programming language --- a/Ash.ash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 a/Ash.ash diff --git a/a/Ash.ash b/a/Ash.ash new file mode 100644 index 00000000..696a5a5d --- /dev/null +++ b/a/Ash.ash @@ -0,0 +1,5 @@ +public class Ash { + public static void main(args : String[]) { + println("Hello, world!") + } +} From d456ae65cc3bf4086313900cc04c620e86cac05f Mon Sep 17 00:00:00 2001 From: Sam Tebbs Date: Wed, 27 May 2015 10:40:24 +0100 Subject: [PATCH 2/2] Rename Ash.ash to ash.ash --- a/{Ash.ash => ash.ash} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename a/{Ash.ash => ash.ash} (100%) diff --git a/a/Ash.ash b/a/ash.ash similarity index 100% rename from a/Ash.ash rename to a/ash.ash