Skip to content

Instantly share code, notes, and snippets.

@edinak1
Created October 17, 2015 07:47
Show Gist options
  • Save edinak1/c63c6495c602adb914fe to your computer and use it in GitHub Desktop.
Save edinak1/c63c6495c602adb914fe to your computer and use it in GitHub Desktop.
package numbers;
public class Second {
public static void main(String[] args) {
String stroka1="**********",stroka2="!!!!!",stroka3="After 1970 has passed",stroka4=" years";
long a= System.currentTimeMillis()/1000/60/60/24/365;
System.out.print(stroka2);
System.out.print(stroka1+stroka3);
System.out.print(" ");
System.out.print(a+stroka4+stroka1+stroka2);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment