Update puts-example.rb
This commit is contained in:
parent
4dc3c0cceb
commit
4dd1867f4b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue