public static void main(String[] args) { for(int i=1;i<=4;i=i+1){ forward(100); right(90); } }