搜尋此網誌

2012年9月28日 星期五

新的筆記

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

             以前讀過的很多東西,都沒有好好記錄下來,過不久之後就忘了。下定決心要好好做記錄。