document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /**
  2. * Source Code Number Display
  3. *
  4. * @author (Hendra Ramadani)
  5. * @version (0,001/20180930)
  6. */
  7.  
  8. public class Executor {
  9. public static void main(String[]args) {
  10. new Executor();
  11. }
  12. public Executor() {
  13. new clock();
  14. }
  15. }
');