fork download
  1. class Solution {
  2. class ShinyMetal {
  3. }
  4.  
  5. public static void main(String[] args) {
  6. Solution solution = new Solution();
  7. solution.createAndPrintShinyMetal();
  8. }
  9.  
  10. private void createAndPrintShinyMetal(){
  11. ShinyMetal abcd = new ShinyMetal();
  12. System.out.println(abcd.toString());
  13. }
  14. }
Success #stdin #stdout 0.08s 2184192KB
stdin
Standard input is empty
stdout
Solution$ShinyMetal@677327b6