Skip to content

Instantly share code, notes, and snippets.

View wannabecoding's full-sized avatar

Alejandro Tejada wannabecoding

View GitHub Profile
import nhlstats.NHLStatistics;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
System.out.println("Top ten by goals");
@wannabecoding
wannabecoding / Nhlstatisticspart2.java
Last active May 24, 2017 05:19
NHLStatistics Part 2
import java.util.Scanner;
import nhlstats.NHLStatistics;
public class NhlStatisticsPart2 {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
System.out.println("NHL statistics service");