fork download
  1. Module VBModule
  2.  
  3.  
  4.  
  5. Sub Main()
  6.  
  7. Console.WriteLine("Hello, world!")
  8.  
  9. End Sub
  10.  
  11.  
  12.  
  13. End Module
Success #stdin #stdout 0.07s 13352KB
stdin
Standard input is empty
stdout
Hello, world!