Skip to content

Instantly share code, notes, and snippets.

View samuel14luis's full-sized avatar
🏠
Working from home

Samuel samuel14luis

🏠
Working from home
View GitHub Profile
import java.util.Scanner;
public class Solver {
enum Order {
PRIMERAS,
ULTIMAS
}
public static void main(String[] args) {
@samuel14luis
samuel14luis / README-español.md
Created July 2, 2020 20:23 — forked from Villanuevand/README-español.md
Una plantilla para hacer un buen README.md. Inspirado en el gist de @PurpleBooth => https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

Título del Proyecto

Acá va un párrafo que describa lo que es el proyecto

Comenzando 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Mira Deployment para conocer como desplegar el proyecto.

@samuel14luis
samuel14luis / README-Template.md
Created July 2, 2020 20:23 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites