From a0e3a0835da9ef272daeafc1f9bd3f5f93bf857d Mon Sep 17 00:00:00 2001 From: witw20 <64714263+witw20@users.noreply.github.com> Date: Sun, 11 Feb 2024 14:39:21 -0800 Subject: [PATCH 1/2] add this file according to the instructions on the Odin Project --- hello_world.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hello_world.txt diff --git a/hello_world.txt b/hello_world.txt new file mode 100644 index 000000000..e69de29bb From cd1347b5139c8f9cc346ca988f8af9258a55389d Mon Sep 17 00:00:00 2001 From: witw20 <64714263+witw20@users.noreply.github.com> Date: Sun, 11 Feb 2024 14:53:57 -0800 Subject: [PATCH 2/2] Edit README.md and hello_world.txt --- README.md | 2 ++ hello_world.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index d72c82a31..9f3f319d5 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ The **Pull requests** tab contains proposals to make some changes in the files l You can create an *Issue* or make a *Pull request (PR)* to contribute to the project. If you want to propose some changes to this repo, you may *fork* it, modify the content, and create *PR*. A *fork* is just a copy that allows you to change the content without affection the original project. + +Hello Odin! diff --git a/hello_world.txt b/hello_world.txt index e69de29bb..fda4ea907 100644 --- a/hello_world.txt +++ b/hello_world.txt @@ -0,0 +1 @@ +hello world? \ No newline at end of file