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