puts-example.rb: puts example printing string and calculating 4-1
This commit is contained in:
parent
2b95656021
commit
4dc3c0cceb
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2024-04-30 Mert Gör <mertgor@masscollabs.xyz>
|
||||
|
||||
* puts-example.rb: puts example printing string and calculating 4-1
|
||||
|
||||
* hello-world-two-strings-newline.rb: Hello world examples two string different lines, or newline added
|
||||
|
||||
* hello-world-two-strings.rb: Hello world examples with to strings in same line
|
||||
|
|
2
puts-example.rb
Normal file
2
puts-example.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
puts("hello Ruby!")
|
||||
puts(4-1)
|
Loading…
Add table
Reference in a new issue