Skip to content

Instantly share code, notes, and snippets.

@AlbertFX91
Created June 19, 2013 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlbertFX91/5813124 to your computer and use it in GitHub Desktop.
Save AlbertFX91/5813124 to your computer and use it in GitHub Desktop.
Rufian rulez
import personas.Rufian
import personas.RufianImpl
import personas.persona
public class Personas{
public static void apalear(Persona s){
if(s.equals(new RufianImpl()){
while(s.stillAlive()){
apalizar(s);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment