Open bqi343 opened 2 years ago
don't really see why a java-specific debugging script is bad here
It's impossible for the scripts to be the same because there's no easy way to compile a java script to something executable. But this should be doable otherwise.
javac
is a thing lol
you do have to run it w/ java
but yeah
Won't have time to do this for a bit, actually.
oh sure, work on it whenever you want
(Link should work once #3172 is merged)
https://usaco.guide/general/basic-debugging?lang=java
I'm not sure why we have a testing script specific to Java. For this section, the content should be the same across all three languages.