Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created August 1, 2021 11:37
Embed
What would you like to do?
public interface Command {
public void execute();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment