From 4860557221fccd856ca39d61985b9153d1c59fb6 Mon Sep 17 00:00:00 2001 From: Scott Ewart Date: Sun, 7 Feb 2016 14:01:17 -0800 Subject: [PATCH 1/2] Add even more enthusiasm --- main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rb b/main.rb index 8b8e943..af3fc63 100644 --- a/main.rb +++ b/main.rb @@ -3,6 +3,6 @@ Dotenv.load -puts "Hello, World!" +puts "Hello, World!!!" puts "This is just some silly nonsense." From 249817716f131c861e57189599fe410cd35ffb67 Mon Sep 17 00:00:00 2001 From: Scott Ewart Date: Sun, 7 Feb 2016 14:03:22 -0800 Subject: [PATCH 2/2] Make the enthusiasm better --- main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rb b/main.rb index af3fc63..0dc5958 100644 --- a/main.rb +++ b/main.rb @@ -3,6 +3,6 @@ Dotenv.load -puts "Hello, World!!!" +puts "Hello, great big freakin' world!" puts "This is just some silly nonsense."