Advertisement
JackHoughton00

Fixed Syntax Errors Q11 Critical Thinking

Feb 12th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. package critical;
  3.  
  4.  
  5. public class Critical {
  6.  
  7. public static void main(String[]args) {
  8. System.out.println("Testing...");
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement