Skip to content

Instantly share code, notes, and snippets.

@ilyaBrandon
Created February 9, 2016 16:04
Show Gist options
  • Save ilyaBrandon/019c10aa38265c3e1b27 to your computer and use it in GitHub Desktop.
Save ilyaBrandon/019c10aa38265c3e1b27 to your computer and use it in GitHub Desktop.
package rojeckt;
public class MyFirstProgramm {
public static void main(String[] args) {
System.out.println(3 * 7 * 24 * 60 * 60);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment