<mx:Label text="Hello, world! Saras IT"/> </mx:Application>
<mx:Label text="Hello, world! Saras IT"/> </mx:Application>
<html> <body> <h1>Hello, World! Saras IT</h1> </body> </html>
fun main(args: Array<String>) { println(“Saras IT”) }
{ var greeting:String; greeting = “Saras IT”; return greeting; }
Sub Main() System.Console.WriteLine(“Saras IT”) End Sub End Module