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