Skip to content

Commit 016db8d

Browse files
add hello_world binary
1 parent ff43dca commit 016db8d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
4+
require "hello_world"
5+
6+
name = ARGV[0] || "World"
7+
speaker = HelloWorld::Speaker.new(name)
8+
puts speaker.message

0 commit comments

Comments
 (0)