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!") + } +}