Advertisement
blackpab

Lab1_z1

Feb 21st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.56 KB | None | 0 0
  1. /*
  2.  * To change this license header, choose License Headers in Project Properties.
  3.  * To change this template file, choose Tools | Templates
  4.  * and open the template in the editor.
  5.  */
  6. package helloworld44;
  7.  
  8. import java.util.*;//new Date()
  9. /**
  10.  *
  11.  * @author student
  12.  */
  13. public class HelloWorld44 {
  14.  
  15.     /**
  16.      * @param args the command line arguments
  17.      */
  18.     public static void main(String[] args) {
  19.         // TODO code application logic here
  20.         System.out.print("Witaj dzisiaj mamy: ");
  21.         System.out.println(new Date());
  22.     }    
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement