1
0

justin day 2

This commit is contained in:
2021-12-02 21:27:00 -05:00
parent 6e7edd18a6
commit 3cac60d542
5 changed files with 1097 additions and 1 deletions
+1 -1
View File
@@ -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