public class C1{
private String description;
private Integer code;
public static void main(String [] args){
System.out.println("Test");
}
public String getDescription(){
return description;
}
public void setDescription(String description){
this.description = description;
}
public Integer getCode(){
return code;
}
public void setCode(Integer code){
this.code = code;
}
}
Just a test
<title> test </title>
áaf
Testing a comment
aS
this is a best
댓글에 댓글을 달아봅니다.