Skip to content

Instantly share code, notes, and snippets.

@nomade1999
nomade1999 / Stats.java
Last active August 29, 2015 14:17
Modified version of Stats
/* source file format ;
1,"a:1;20|b:2;20|d:3;20"
2,"a:2|c:2|c:4"
3,"a:2;20|bb:2;20|a:3;20"
4,"a:3|e:2|ff:3"
*/
import java.io.IOException;