Test Post

Started by
29 comments, last by Josie589 11 years, 3 months ago

Testing..

Advertisement

[source lang="cpp"]

for (int i = 0; i < 30; i++)
{
// Do something
}


[/source]


 
for (int i = 0; i < 30; i++)
{
    // Do something
}
 

for (int i = 0; i < 30; i++)
{

}

[source]

for (int i = 0; i < 30; i++)
{
// Do something
}

[/source]


// Some source code
class Foo
{
   public int Bar { get; set; }
}


// Some source code
class Foo
{
   public int Bar { get; set; }
}

// testing

[source lang="cpp"]

// Some source code
class Foo
{
public int Bar { get; set; }
}

[/source]


 
// Some source code
class Foo
{
   public int Bar { get; set; }
}
 


// Some source code
class Foo
{
   public int Bar { get; set; }
}

Testing

This topic is closed to new replies.

Advertisement