diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..5351f08 --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts 'Hello, world!'