Skip to content

Instantly share code, notes, and snippets.

@RGamberini
Created December 3, 2015 21:49
Show Gist options
  • Save RGamberini/8adac28143546da7dc42 to your computer and use it in GitHub Desktop.
Save RGamberini/8adac28143546da7dc42 to your computer and use it in GitHub Desktop.
import java.util.Arrays;
/**
* Created by RudeTheGee on 8/28/2015.
*/
public class eHdrWlo {
public static void main(String[] args) {
Arrays.asList(new Integer[] {1,0,5,5, 6, 0xDF, 4, 6, 3, 5, 2}).forEach((d) -> System.out.print(d < 7 ? new Object() {}.getClass().getEnclosingClass().getName().toCharArray()[d]:(char) 0x20));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment