fork download
  1. Option Explicit Off
  2. Imports System
  3.  
  4. Public Class Test
  5. Public Shared Sub Main()
  6. Dim Y(10) As Integer
  7. For Each X In Y
  8. Console.WriteLine(X)
  9. Next
  10.  
  11. End Sub
  12. End Class
Success #stdin #stdout 0.01s 24208KB
stdin
stdin here
stdout
0
0
0
0
0
0
0
0
0
0
0