Wednesday, September 19, 2012

C++ test

// Comment
public class Testing {
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}

3 comments:

Post a Comment