fork(1) download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. ' your code goes here
  6. Console.WriteLine ("Hello World")
  7. End Sub
  8. End Class
Success #stdin #stdout 0.01s 24168KB
stdin
Standard input is empty
stdout
Hello World