package com.example.other;

public class Foo {
    public static String greet() {
        return "Foo.greet";
    }
}
