1
2
3
4
5
class Greeter {
    void greet() {
        System.out.println("hello");
    }
}