diff --git a/Gek62/hometask-1/hello_world.rb b/Gek62/hometask-1/hello_world.rb new file mode 100755 index 00000000..ac0eb034 --- /dev/null +++ b/Gek62/hometask-1/hello_world.rb @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby + +# frozen_string_literal: true + +puts 'Hello World!'