Python
from turtle import * speed(0) while True: for i in range(4): forward(100) left(90) left(1)