Skip to content

Commit

Permalink
Update App.java
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpylons authored Oct 21, 2024
1 parent 3559e09 commit 2dcca1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion submissions/minimal/app/src/main/java/org/example/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static void main(String[] args) throws StopCriterionException {
t.resetCounter();
}
System.out.println(sb);
sb.append("\n");
}
}
}
}

0 comments on commit 2dcca1a

Please sign in to comment.