added a quote to the source...

This commit is contained in:
Morlok8k 2013-02-11 17:56:38 -08:00
parent 18bf9f771a
commit 1468928e9d

View File

@ -1,3 +1,8 @@
/*
* The Computer Programmer's Lament:
* Program complexity grows until it exceeds the capability of the programmer who must maintain it.
*/
package morlok8k.MinecraftLandGenerator;
import java.awt.EventQueue;