Skip to content

Instantly share code, notes, and snippets.

@ZeroX-DG
Created October 10, 2017 17:42
Show Gist options
  • Save ZeroX-DG/db6fbceefcee5c8b9757038ad93be2fd to your computer and use it in GitHub Desktop.
Save ZeroX-DG/db6fbceefcee5c8b9757038ad93be2fd to your computer and use it in GitHub Desktop.
class FrontEndAndCleaningAI extends CleaningAI{ // now this AI can clean code
public function createFrontEnd(){
System.out.print("I'm creating front-end....");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment