diff --git a/LICENSE.md b/LICENSE.md index 088d373..16d7f00 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -#Learn.co Educational Content License +https://github.com/Buntry/hello-world-ruby-001.git#Learn.co Educational Content License Copyright (c) 2015 Flatiron School, Inc diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..7f09b2f --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" \ No newline at end of file