return "Saras IT"
You may also like
{ Response.Write(“Saras IT”); }
SET @hello_world = ‘Saras IT’ PRINT @hello_world
<% HelloWorldLabel.Text = “Saras IT”; %>
Sub Main() System.Console.WriteLine(“Saras IT”) End Sub End Module
return "Saras IT"
{ Response.Write(“Saras IT”); }
SET @hello_world = ‘Saras IT’ PRINT @hello_world
<% HelloWorldLabel.Text = “Saras IT”; %>
Sub Main() System.Console.WriteLine(“Saras IT”) End Sub End Module