Skip to content

Instantly share code, notes, and snippets.

@dsch31
dsch31 / Pyramid.java
Created August 3, 2018 20:35 — forked from hutchdoescoding/Pyramid.java
This is my solution to the 'Pyramid' assignment for the Stanford CS106A lectures.
/* File name: Pyramid.java
* This program will display a pyramid centered within the screen.
*/
import acm.program.*;
import acm.graphics.GRect;
public class Pyramid extends GraphicsProgram {
public void run() {