Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created August 3, 2020 20:23
Show Gist options
  • Save kasramp/02c1ce94959c80603f20d14045f26b0d to your computer and use it in GitHub Desktop.
Save kasramp/02c1ce94959c80603f20d14045f26b0d to your computer and use it in GitHub Desktop.
public class MyClass implements MyInterface {
public int MyIntMethod(int z, int zz) {
return z + zz;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment