From 4dd1867f4b1cd63640259f5fb8fc4f00000e5371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ender=20KU=C5=9E?= Date: Thu, 2 May 2024 11:10:52 +0300 Subject: [PATCH] Update puts-example.rb --- puts-example.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/puts-example.rb b/puts-example.rb index c315d6c..5dcd43d 100644 --- a/puts-example.rb +++ b/puts-example.rb @@ -1,2 +1,7 @@ puts("hello Ruby!") puts(4-1) + +# Ruby programlama dilinde parantezleri kullanip kullanmamaniz bir sorun olusturmaz ustteki ciktilari asagidaki gibi de alabilirsiniz + +puts "hello Ruby!" +puts 4-1