Use your imagination:
public class ATM {
public static void main(String[] argv) {
System.out.println("This is an ATM written in Java.");
}