Skip to content

Instantly share code, notes, and snippets.

@Codigoroot
Last active June 7, 2022 01:46
import java.util.Scanner;
public class libros {
public static void main (String [ ] args) {
/*
*Aquí va todo el código que se va a ejecutar
*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment