codehighlighter

Thursday, March 23, 2017

My First Blog




My first blog. 


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

1 comment: