Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created December 9, 2021 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aidan128/d9e1def4bd298629ddfd9afe80169330 to your computer and use it in GitHub Desktop.
Save Aidan128/d9e1def4bd298629ddfd9afe80169330 to your computer and use it in GitHub Desktop.
Java class to cover (extended)
public class JavaClass {
int function1() {
return 2 + 2;
}
int function2() {
return 3 + 3;
}
int function3() {
return 4 + 4;
}
int function4() {
return 5 + 5;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment