Imports System
Public Module Module1
Public Sub Main()
For i = 1 to 100
console.writeline(i.ToString)
next
End Sub
End Module