justin day 2
This commit is contained in:
@@ -8,7 +8,7 @@ import org.json.JSONTokener; //requires external "org.json"
|
||||
|
||||
class increaseCounter{
|
||||
public static void main(String[] args){
|
||||
File input = new File("input.json");
|
||||
File input = new File("Day 1/Justin/Java/input.json");
|
||||
|
||||
try{
|
||||
// Get the file, into an inputstream, and give it to json tokenizer
|
||||
|
||||
Reference in New Issue
Block a user