fork download
  1. Imports System
  2. Module Module1
  3. Sub Main()
  4. Console.WriteLine("Hello World")
  5. Console.ReadKey()
  6. End Sub
  7. End Module
Success #stdin #stdout 0.06s 13360KB
stdin
Standard input is empty
stdout
Hello World