Skip to content

Instantly share code, notes, and snippets.

View itzwalsh's full-sized avatar

Zack Walsh itzwalsh

View GitHub Profile
package terrainProject;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.Arrays;
import java.util.Collections;
import java.util.Scanner;
import java.util.Comparator;
public class heightMap {