From 05244363d1e82474c5e473cb65565ec98ca8379e Mon Sep 17 00:00:00 2001 From: Chris Kirchner Date: Mon, 21 Jun 2021 17:37:16 +0000 Subject: [PATCH] Done. --- hello_world.rb | 1 + touch hello_world.rb | 1 + 2 files changed, 2 insertions(+) create mode 100644 hello_world.rb create mode 100644 touch hello_world.rb diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 00000000..7f09b2f8 --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" \ No newline at end of file diff --git a/touch hello_world.rb b/touch hello_world.rb new file mode 100644 index 00000000..7f09b2f8 --- /dev/null +++ b/touch hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" \ No newline at end of file