You are viewing a single comment's thread. Return to all comments →
This challenge is poorly written. No challenge should be solved simply with:
System.out.println("1"); System.out.println("2"); System.out.println("3"); System.out.println("Hello"); System.out.println("World");
Seems like cookies are disabled on this browser, please enable them to open this website
Java Generics
You are viewing a single comment's thread. Return to all comments →
This challenge is poorly written. No challenge should be solved simply with: