Data update
This commit is contained in:
parent
07c7092a52
commit
61b93a2cd1
313 changed files with 6160 additions and 346 deletions
11
Task/Halt-and-catch-fire/Java/halt-and-catch-fire.java
Normal file
11
Task/Halt-and-catch-fire/Java/halt-and-catch-fire.java
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
public final class HaltAndCatchFire {
|
||||
|
||||
public static void main(String[] aArgs) {
|
||||
// Any one of the lines below, when uncommented, will cause a program halt.
|
||||
|
||||
// throw new AssertionError("Stop now!");
|
||||
// System.out.println(0/0);
|
||||
// Runtime.getRuntime().exit(1);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue