3 lines
81 B
Text
3 lines
81 B
Text
For i As Integer = 0 To Integer.MaxValue
|
|
Console.WriteLine(i)
|
|
Next
|