import chess.Chess;

public class HelloData {
    
    public static void main(String[] args) {
        /* here you go */
        
        String s= Chess.readString("What is your name?");
        Chess.report( "Hello, "+s );        
        
        /* two braces below */
    }
    
}
