Created
October 28, 2017 22:26
-
-
Save yusufcakal/813eacd4c64f348f58f924df63402ddf to your computer and use it in GitHub Desktop.
Medium Post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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