Skip to content

Instantly share code, notes, and snippets.

@travisdachi
Created August 3, 2016 21:55
Show Gist options
  • Save travisdachi/b05adf3cee9ddeef91b8a773fdd88c2b to your computer and use it in GitHub Desktop.
Save travisdachi/b05adf3cee9ddeef91b8a773fdd88c2b to your computer and use it in GitHub Desktop.
interface Grader {
fun grade(score: Int): String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment