Last active
December 21, 2017 09:16
-
-
Save enoy19/2571556ad6b2ca848d1df3d571fdf2e9 to your computer and use it in GitHub Desktop.
Rickrolling fluently in Java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* <iframe width="420" height="315" | |
* src="https://www.youtube.com/embed/DLzxrzFCyOs?rel=0&controls=0&start=43&autoplay=1&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