6 lines
97 B
Plaintext

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