aboutsummaryrefslogtreecommitdiff
path: root/test/android/java/input.java
blob: f4a4494db9517056a98adb6be37e02d38083ff5d (plain)
1
2
3
4
5
6
// Type your code here, or load an example.
class Square {
    static int square(int num) {
        return num * num;
    }
}