Rename Ash.ash to ash.ash

This commit is contained in:
Sam Tebbs
2015-05-27 10:40:24 +01:00
parent 919c64e2de
commit d456ae65cc

5
a/ash.ash Normal file
View File

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