Skip to content

Instantly share code, notes, and snippets.

@yusufcakal
Created October 28, 2017 22:26
Show Gist options
  • Save yusufcakal/813eacd4c64f348f58f924df63402ddf to your computer and use it in GitHub Desktop.
Save yusufcakal/813eacd4c64f348f58f924df63402ddf to your computer and use it in GitHub Desktop.
Medium Post
public interface Computer {
void name();
void since(int year);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment