-
-
Save Aidan128/23fed7366e325ade7b33f89981d26e58 to your computer and use it in GitHub Desktop.
Java class in library module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class LibraryJavaClass { | |
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