Advertisement
mbah_bejo

8.4 ThisTest1

Oct 11th, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. /**
  2.  * 8.4 ThisTest
  3.  *
  4.  * @thomasdwi
  5.  * @20201011
  6.  */
  7. public class ThisTest
  8. {
  9.     public static void main(String [] args)
  10.     {  
  11.         SimpleTime time = new SimpleTime(15, 30, 19);
  12.         System.out.println(time.buildString());
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement