Commit 159c02bf by sikang

update

parent 3428d7a3
public ${return_type} ${func_name}(${params}){ public ${return_type} ${func_name}(${params}){
} }
\ No newline at end of file
String ${var_name} = "${var_value}" String ${var_name} = "${var_value}"
double ${var_name} = ${var_value} double ${var_name} = ${var_value}
float ${var_name} = ${var_value}
int ${var_name} = ${var_value}
boolean ${var_name} = ${var_value}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment