Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. package com.all4rest;
  2.  
  3. public class HomeWork {
  4.  
  5. public static void main(String[] args) {
  6. //System.out.println(3*7*24*60*60);
  7.  
  8. System.out.print("My first string in Java");
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement