📅  最后修改于: 2022-03-11 14:52:05.743000             🧑  作者: Mango
// Type this command at the top of each Java program.
void setup(){
// You typically use size(); as well to set the size of your canvas.
size(500,500);
}