Module Module1 Sub Main() Dim Name As String Name = InputBox("Enter name") Console.WriteLine(Name) End Sub End Module
asdf