Skip to content

Instantly share code, notes, and snippets.

@ps06756
Created September 30, 2017 08:20
Show Gist options
  • Save ps06756/cc9478c6e5a452df034cbecebb7a3da7 to your computer and use it in GitHub Desktop.
Save ps06756/cc9478c6e5a452df034cbecebb7a3da7 to your computer and use it in GitHub Desktop.
package com.example;
interface Student {
public String getDescription();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment