fork download
  1. Imports System
  2.  
  3. Public Class Test
  4. Public Shared Sub Main()
  5. ' your code goes here
  6. MsgBox 'hello'
  7. End Sub
  8. End Class
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5943 (Mono 3.8 - tarball)
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

/home/AN1LAw/prog.vb (7,5) : error VBNC30455: Argument not specified for parameter 'Prompt' of 'Public Function MsgBox(Prompt As Object, Optional Button As Microsoft.VisualBasic.MsgBoxStyle, Optional Title As Object) As Microsoft.VisualBasic.MsgBoxResult'.
There were 1 errors and 0 warnings.
Compilation took 00:00:00.9600380
stdout
Standard output is empty