document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class mainvm
  2. {
  3.     vendingmachine vm;
  4.     public void main()
  5.     {
  6.         vm=new vendingmachine();
  7.         vm.jalan();
  8.     }
  9. }
');