Skip to content

Instantly share code, notes, and snippets.

View hutchdoescoding's full-sized avatar

John Hutchison hutchdoescoding

View GitHub Profile
@hutchdoescoding
hutchdoescoding / Pyramid.java
Created June 5, 2012 19:24
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() {