Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created November 28, 2021 18:07
Show Gist options
  • Save Aidan128/c2e01cedd234870d5b35636cdaad9e73 to your computer and use it in GitHub Desktop.
Save Aidan128/c2e01cedd234870d5b35636cdaad9e73 to your computer and use it in GitHub Desktop.
Java class to cover
public class JavaClass {
int function1() {
return 2 + 2;
}
int function2() {
return 3 + 3;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment