Skip to content

Instantly share code, notes, and snippets.

@enoy19
Last active December 21, 2017 09:16
Show Gist options
  • Save enoy19/2571556ad6b2ca848d1df3d571fdf2e9 to your computer and use it in GitHub Desktop.
Save enoy19/2571556ad6b2ca848d1df3d571fdf2e9 to your computer and use it in GitHub Desktop.
Rickrolling fluently in Java
/**
* <iframe width="420" height="315"
* src="https://www.youtube.com/embed/DLzxrzFCyOs?rel=0&amp;controls=0&start=43&autoplay=1&amp;showinfo=0" frameborder="0"
* allowfullscreen></iframe>
*/
public interface RickAstley
{
RickAstley never();
RickAstley gonna();
RickAstley give();
RickAstley you();
RickAstley up();
RickAstley let();
RickAstley down();
RickAstley turn();
RickAstley arround();
RickAstley dessert();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment