The best queston is an answer
Seems I can edit
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;
}
}
Testing syntax highlighting
const x = 0;
let y = {
foo: 'bar'
}
const hi = (x, y) => ({x: y});
SELECT * FROM DUAL WHERE NAME = "testing";
áaf
— La Quang Hung 3 years ago ReportTesting a comment
— devinm 2 years ago ReportaS
— Anaghesh Muruli 8 months ago Report