fork download
  1. // This 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/0srRBB/prog.vb (4,9) : Error VBNC99999: Expected 'If', 'ElseIf', 'Else', 'Const' or 'Region'.
/home/0srRBB/prog.vb (6,7) : Error VBNC99999: Expected 'If', 'ElseIf', 'Else', 'Const' or 'Region'.
/home/0srRBB/prog.vb (8,6) : Error VBNC30203: Not valid as identifier.
/home/0srRBB/prog.vb (8,23) : Error VBNC30037: Symbol is not valid.
/home/0srRBB/prog.vb (10,4) : Error VBNC30203: Not valid as identifier.
/home/0srRBB/prog.vb (11,2) : Error VBNC30203: Not valid as identifier.
/home/0srRBB/prog.vb (13,11) : Error VBNC30203: Not valid as identifier.
/home/0srRBB/prog.vb (13,38) : Error VBNC30037: Symbol is not valid.
/home/0srRBB/prog.vb (14,10) : Error VBNC30203: Not valid as identifier.
/home/0srRBB/prog.vb (14,12) : Error VBNC30037: Symbol is not valid.
/home/0srRBB/prog.vb (15,2) : Error VBNC30203: Not valid as identifier.
There were 11 errors and 0 warnings.
Compilation took 00:00:00.6415970
stdout
Standard output is empty