Merge pull request #188 from ash-lang/master

Added Ash
This commit is contained in:
Mike Donaghy
2015-07-06 00:02:50 -04:00

5
a/ash.ash Normal file
View File

@@ -0,0 +1,5 @@
public class Ash {
public static void main(args : String[]) {
println("Hello, world!")
}
}