fork download
  1. Imports System
  2.  
  3. Public Module modmain
  4. Sub Main()
  5. Try
  6. Console.WriteLine ("Hello World using Visual Basic!")
  7. Catch e As Exception
  8. Throw e
  9. End Try
  10. End Sub
  11. End Module
Success #stdin #stdout 0.02s 24160KB
stdin
Standard input is empty
stdout
Hello World using Visual Basic!