Skip to content

Commit

Permalink
Initial outline
Browse files Browse the repository at this point in the history
  • Loading branch information
gint271 committed Sep 25, 2017
0 parents commit 09af119
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Seller.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

// Main class, to be run at the start of mining.

public class Seller {

public static void main(String[] args) {
// Record start time

// Wait for end, get range and size
// TODO: Can these be gotten from log?

// Read logs

// Calculate best stations

// Output to user

}

}

0 comments on commit 09af119

Please sign in to comment.