Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created August 3, 2020 20:23
Show Gist options
  • Save kasramp/b0ca3bb52ad682bc892cdc4bef4af42a to your computer and use it in GitHub Desktop.
Save kasramp/b0ca3bb52ad682bc892cdc4bef4af42a to your computer and use it in GitHub Desktop.
public interface MyInterface {
public int MyIntMethod(int x, int y);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment