14 lines
188 B
C#
14 lines
188 B
C#
|
// CS1525: Unexpected symbol `}'
|
||
|
// Line: 10
|
||
|
|
||
|
namespace TestProject
|
||
|
{
|
||
|
class MainClass
|
||
|
{
|
||
|
public static void Main ()
|
||
|
{
|
||
|
for (int i = 0;
|
||
|
}
|
||
|
}
|
||
|
}
|