From b17028c7745868abc11360c9acbdefac085eb021 Mon Sep 17 00:00:00 2001 From: Lisa Marie McGerr Date: Tue, 20 Oct 2020 16:18:05 +0000 Subject: [PATCH] Done. --- README.md | 2 +- hello_world.rb | 1 + touch hello_world.rb | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 hello_world.rb create mode 100644 touch hello_world.rb diff --git a/README.md b/README.md index 461e916..f03ef92 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ We're going to make a file that will print ["Hello World!"](http://en.wikipedia. 5. Submit a Learn lab. ## Instructions - +touch hello_world.started Get started by clicking the Open button in Learn. ### Creating a File diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..01a178a --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" diff --git a/touch hello_world.rb b/touch hello_world.rb new file mode 100644 index 0000000..196c960 --- /dev/null +++ b/touch hello_world.rb @@ -0,0 +1,3 @@ +puts "Hello World!" +ruby hello_world.ruby +password_field_tag \ No newline at end of file