Skip to content

Instantly share code, notes, and snippets.

@llogiq
Last active March 9, 2016 11:01
Show Gist options
  • Select an option

  • Save llogiq/577ff4d6a1b540fc5738 to your computer and use it in GitHub Desktop.

Select an option

Save llogiq/577ff4d6a1b540fc5738 to your computer and use it in GitHub Desktop.
class D{public static void main(String[]a){for(int i=1;i<366;i+=7){System.out.println(new java.util.Date(116,0,i));}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment