Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import java.io.IOException;
  2.  
  3. public class Renshu15_4 {
  4. public static void main(String[] args) throws IOException {
  5. throw new IOException();
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement