Untitled

 avatar
unknown
java
5 months ago
129 B
1
Indexable
public class HolaMundo {
    public static void main(String[] args) {
        System.out.println("¡Hola, Mundo!");
    }
}
Editor is loading...
Leave a Comment