fork download
  1. Module Module1
  2.  
  3. Sub Main()
  4. If -1 Then
  5. Console.Write("Hello")
  6. ElseIf 0 Then
  7. Console.Write("World")
  8. End If
  9. End Sub
  10.  
  11. End Module
  12.  
Success #stdin #stdout 0.02s 24120KB
stdin
Standard input is empty
stdout
Hello