Imports System
Public Module Modue1
Public Sub Main()
Console.WriteLine("Hi")
Dim Name As String = ""
Console.WriteLine("the j")
Dim x As Integer = 0, y As Integer = 0
Console.WriteLine("10")
x = Console.ReadLine()
Console.WriteLine("878")
y = Console.ReadLine()
End Sub
End Module