From 116100ad6f96f483d6e63d9d64e186afd84600f8 Mon Sep 17 00:00:00 2001
From: Aaron Palestina <zs22016131@estudiantes.uv.mx>
Date: Sat, 22 Feb 2025 19:50:50 -0600
Subject: [PATCH] =?UTF-8?q?Agregando=20c=C3=B3digo=20de=20ASCII=20Art?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md                | 7 +++++++
 ascii.java               | 0
 workspace.code-workspace | 8 ++++++++
 3 files changed, 15 insertions(+)
 create mode 100644 README.md
 create mode 100644 ascii.java
 create mode 100644 workspace.code-workspace

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3b3cb71
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+
+Proyecto Ascii
+
+Bonilla Palomino Carlos Raúl
+
+Palestina Villa Alexis Aarón
+
diff --git a/ascii.java b/ascii.java
new file mode 100644
index 0000000..e69de29
diff --git a/workspace.code-workspace b/workspace.code-workspace
new file mode 100644
index 0000000..876a149
--- /dev/null
+++ b/workspace.code-workspace
@@ -0,0 +1,8 @@
+{
+	"folders": [
+		{
+			"path": "."
+		}
+	],
+	"settings": {}
+}
\ No newline at end of file