document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class Screen
  2. {
  3. public void displayMessageLine(String message)
  4. {
  5. System.out.println(message);
  6. }
  7. }
');