fork download
  1. Public Class Form1
  2.  
  3. Private Sub Label2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label2.Click
  4.  
  5. End Sub
  6.  
  7. Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
  8. Dim k, b As Double
  9. k = (b)
  10.  
  11. End Sub
  12. End Class
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cs(1,0): error CS1525: Unexpected symbol `Public'
Compilation failed: 1 error(s), 0 warnings
stdout
Standard output is empty