Calculator.java 385 B

1234567891011121314151617181920
  1. import java.util.PriorityQueue;
  2. /*
  3. * To change this license header, choose License Headers in Project Properties.
  4. * To change this template file, choose Tools | Templates
  5. * and open the template in the editor.
  6. */
  7. /**
  8. *
  9. * @author iZc <nplusc.de>
  10. */
  11. public class Calculator
  12. {
  13. public static void main(String[] args)
  14. {
  15. // PriorityQueue
  16. }
  17. }