document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public interface TestInterface {
  2.     void printMsg();
  3. }
');