Module Module1
Sub Main()
System.Console.Writeline{"this is my program"}
System.Console.ReadLine{}
End Sub
End Module
this is my code
am getting an error saying that
Error 1 Expression expected.
Error 2 Method arguments must be enclosed in parentheses.
Error 3 Expression expected.
Error 4 Method arguments must be enclosed in parentheses.