/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author felix
 */
public class Cadenas {
    static public void main(String args[]) {
        String a = "Hola Mundo";
        System.out.println(a);
    }
}
