fork download
  1. REM http://i...content-available-to-author-only...e.com/6qpJw
  2.  
  3. Option Explicit On
  4. Option Strict On
  5. Option Compare Binary
  6. REM Option Infer Off
  7.  
  8. Public Class Test1
  9. Public Shared Sub Main()
  10. a = 3
  11. Dim a As Integer
  12. System.Console.WriteLine(a)
  13. End Sub
  14. End Class
  15.  
Success #stdin #stdout 0.07s 13496KB
stdin
Standard input is empty
stdout
3