program pyramid; uses GraphABC; begin SetWindowsSize(640,480); line(300,50,380,300); end.