diff options
Diffstat (limited to 'examples/001/hello.rb')
| -rw-r--r-- | examples/001/hello.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/001/hello.rb b/examples/001/hello.rb index 0a6e058..e772410 100644 --- a/examples/001/hello.rb +++ b/examples/001/hello.rb @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -puts "Hello World" +puts "Hello, World!" |
