fork(1) download
  1. // This is the main project file for VC++ application project
  2.  
  3. // generated using an Application Wizard.
  4.  
  5.  
  6.  
  7. #include "stdafx.h"
  8.  
  9.  
  10.  
  11. #using <mscorlib.dll>
  12.  
  13.  
  14.  
  15. using namespace System;
  16.  
  17.  
  18.  
  19. int _tmain()
  20.  
  21. {
  22.  
  23. // TODO: please replace the sample code below with your own.
  24.  
  25. Console::WriteLine(S"Hello World");
  26.  
  27. return o;
  28.  
  29. }
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/i87XP6/prog.vb (7,9) : Error VBNC99999: Expected 'If', 'ElseIf', 'Else', 'Const' or 'Region'.
/home/i87XP6/prog.vb (11,7) : Error VBNC99999: Expected 'If', 'ElseIf', 'Else', 'Const' or 'Region'.
/home/i87XP6/prog.vb (15,6) : Error VBNC30203: Not valid as identifier.
/home/i87XP6/prog.vb (15,23) : Error VBNC30037: Symbol is not valid.
/home/i87XP6/prog.vb (19,4) : Error VBNC30203: Not valid as identifier.
/home/i87XP6/prog.vb (21,2) : Error VBNC30203: Not valid as identifier.
/home/i87XP6/prog.vb (25,9) : Error VBNC30203: Not valid as identifier.
/home/i87XP6/prog.vb (25,36) : Error VBNC30037: Symbol is not valid.
/home/i87XP6/prog.vb (27,8) : Error VBNC30203: Not valid as identifier.
/home/i87XP6/prog.vb (27,10) : Error VBNC30037: Symbol is not valid.
/home/i87XP6/prog.vb (29,3) : Error VBNC30203: Not valid as identifier.
There were 11 errors and 0 warnings.
Compilation took 00:00:00.6070910
stdout
Standard output is empty