Update puts-example.rb

This commit is contained in:
Ender KUŞ 2024-05-02 11:10:52 +03:00 committed by GitHub
parent 4dc3c0cceb
commit 4dd1867f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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