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