Skip to content

Instantly share code, notes, and snippets.

@hackjutsu
Created May 20, 2019 05:41
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 hackjutsu/11bfa2a3d428953f3facce9fdeb60d15 to your computer and use it in GitHub Desktop.
Save hackjutsu/11bfa2a3d428953f3facce9fdeb60d15 to your computer and use it in GitHub Desktop.
[medium snippets] #medium #designPattern #FacadePattern
public class ClientMain {
public static void main(String[] args) {
ComputerFacade computer = new ComputerFacade();
computer.start();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment