From bc8f32580b487b61b2b74f947e9455e40ddae56b Mon Sep 17 00:00:00 2001 From: Nacho Date: Sun, 13 Sep 2026 01:05:15 -0300 Subject: [PATCH] Add initial README content for Ruby learning Added introductory content about learning Ruby. --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6061def --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Aprendiendo Ruby + +Este repositorio contiene mis primeros pasos y ejercicios prácticos utilizando el lenguaje de programación Ruby.