2015-05-27 10:40:24 +01:00

6 lines
99 B
Plaintext

public class Ash {
public static void main(args : String[]) {
println("Hello, world!")
}
}