
main <- function() {

    cat( "Hello\n" );

}

