4 lines
81 B
VB.net
4 lines
81 B
VB.net
|
|
For i As Integer = 0 To Integer.MaxValue
|
||
|
|
Console.WriteLine(i)
|
||
|
|
Next
|