Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 24, 2022 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/04e4e7a4d401a50f9f8b0b8c93b468bc to your computer and use it in GitHub Desktop.
Save parzibyte/04e4e7a4d401a50f9f8b0b8c93b468bc to your computer and use it in GitHub Desktop.
HashMap<String, String> traducciones = new HashMap<>();
// Lo único que aprendí en mi clase de inglés:
traducciones.put("hola", "hello");
traducciones.put("perro", "dog");
traducciones.put("gato", "cat");
traducciones.put("¿Puedo ir al baño?", "May I go to the bathroom?");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment