diff --git a/alhimick-prog/hometask-1/hello_world.rb b/alhimick-prog/hometask-1/hello_world.rb new file mode 100755 index 00000000..72e8a7ec --- /dev/null +++ b/alhimick-prog/hometask-1/hello_world.rb @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +p 'Hello world!'