document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class ATMCaseStudy
  2. {
  3. public static void main( String[] args )
  4. {
  5. ATM theATM = new ATM();
  6. theATM.run();
  7. }
  8. }
');