From e8abf74303121f4e67995dcad77f1f79b5764a64 Mon Sep 17 00:00:00 2001 From: GossaLo Date: Wed, 21 Jan 2015 19:20:19 +0100 Subject: [PATCH 1/3] Say hello to the world from Ruby --- hello_world.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.rb diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..01a178a --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" From 084e35fe9002af5d076ffc9bc6c06ec26544ea88 Mon Sep 17 00:00:00 2001 From: GossaLo Date: Wed, 21 Jan 2015 19:21:48 +0100 Subject: [PATCH 2/3] Remover capital of world --- hello_world.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.rb b/hello_world.rb index 01a178a..08b85bf 100644 --- a/hello_world.rb +++ b/hello_world.rb @@ -1 +1 @@ -puts "Hello World!" +puts "Hello world!" From 78bbe4d7fa28d7604b078fc89f6c34cc5e999897 Mon Sep 17 00:00:00 2001 From: GossaLo Date: Wed, 21 Jan 2015 19:28:43 +0100 Subject: [PATCH 3/3] Romy toegevoegd aan code. --- hello_world.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello_world.rb b/hello_world.rb index 08b85bf..64fc25a 100644 --- a/hello_world.rb +++ b/hello_world.rb @@ -1 +1,3 @@ puts "Hello world!" + +puts 'Hello Romy'