Advertisement
Guest User

Test_HexIterator

a guest
May 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2.  
  3. public class Test {
  4. public static void main(String[] args){
  5. HexIteration dec = new HexIteration();
  6.  
  7. for(String decimals: dec) System.out.println(decimals);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement