document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /**
  2.  * Class Informasi tidak digunakan.
  3.  *
  4.  * @author Naufaliando Yudo Kusumo
  5.  * @version 24/11/20
  6.  */
  7. public class Informasi
  8. {
  9.     public void informasi()
  10.     {
  11.         System.out.println("LAYANAN TIDAK TERSEDIA");
  12.     }
  13. }
  14.  
');