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