home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
TemaCD
/
C#ed
/
Setup.exe
/
FileWithErrors.cs
< prev
next >
Wrap
Text File
|
2000-08-23
|
196b
|
14 lines
// This program has errors and won't compile
using System;
class MyClass
{
public static void Main()
{
Console.WriteLine("Unclosed string);
int i = 0 // Missing ';'
}
}