2015-10-30 01:22:41 +00:00

6 lines
99 B
Plaintext

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