Name "Hello, world!" Caption "Saras IT"
You may also like
<html> <body> <h1>Hello, World! Saras IT</h1> </body> </html>
<mx:Label text=”Hello, world! Saras IT”/> </mx:Application>
fun main(args: Array<String>) { println(“Saras IT”) }
<HTML> <BODY> <% out.println(” Saras IT”); %> </BODY> </HTML>