Skip to content

Instantly share code, notes, and snippets.

View jjrobinson's full-sized avatar
💭
Fighting with Polly.PolicyRegistry

jjrobinson jjrobinson

💭
Fighting with Polly.PolicyRegistry
  • allata.com
  • Boise, Idaho
View GitHub Profile
public class ASCIIHistogramMaker {
public static void main(String[] args){
String inFile="/data/challenge302intermediate.txt";
// ArrayList<int[]> graphData = new ArrayList<int[]>();
ArrayList<String> input = new ChallengeInput()
.getInputByLines(ASCIIHistogramMaker.class, inFile);
//take first line as the chart bounds and create new BarChart with those bounds
IntBasedBarChart chart = new IntBasedBarChart(input.remove(0).split(" "));
### Keybase proof
I hereby claim:
* I am jjrobinson on github.
* I am jasonrobinson (https://keybase.io/jasonrobinson) on keybase.
* I have a public key whose fingerprint is BEBF E4B2 323E 7439 E39B A63B 200E 5862 6800 07C0
To claim this, I am signing this object: