diff --git a/sample-hello.rb b/sample-hello.rb new file mode 100644 index 0000000..06ec72d --- /dev/null +++ b/sample-hello.rb @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +# -*- coding: utf-8 -*- + +puts "Hello, world!"