fork download
  1. // This is the main project file for VC++ application project
  2. // generated using an Application Wizard.
  3.  
  4. #include "stdafx.h"
  5.  
  6. #using <mscorlib.dll>
  7.  
  8. using namespace System;
  9.  
  10. int _tmain()
  11. {
  12. // TODO: Please replace the sample code below with your own.
  13. Console::WriteLine(S"Hello World");
  14. return 0;
  15. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5914 (Mono 2.4.2 - r)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/Gm1euA/prog.vb (4,11) : Error VBNC99999: Expected 'If', 'ElseIf', 'Else', 'Const' or 'Region'.
/home/Gm1euA/prog.vb (6,9) : Error VBNC99999: Expected 'If', 'ElseIf', 'Else', 'Const' or 'Region'.
/home/Gm1euA/prog.vb (8,8) : Error VBNC30203: Not valid as identifier.
/home/Gm1euA/prog.vb (8,25) : Error VBNC30037: Symbol is not valid.
/home/Gm1euA/prog.vb (10,6) : Error VBNC30203: Not valid as identifier.
/home/Gm1euA/prog.vb (11,4) : Error VBNC30203: Not valid as identifier.
/home/Gm1euA/prog.vb (13,12) : Error VBNC30203: Not valid as identifier.
/home/Gm1euA/prog.vb (13,39) : Error VBNC30037: Symbol is not valid.
/home/Gm1euA/prog.vb (14,11) : Error VBNC30203: Not valid as identifier.
/home/Gm1euA/prog.vb (14,13) : Error VBNC30037: Symbol is not valid.
/home/Gm1euA/prog.vb (15,4) : Error VBNC30203: Not valid as identifier.
There were 11 errors and 0 warnings.
Compilation took 00:00:00.6621560
stdout
Standard output is empty