Make Ruby module more complex

This commit is contained in:
Alex Kotov 2022-11-29 00:14:35 +04:00
parent 29b7ab00d8
commit 487478553a
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
console_puts 'Hello, World! Ruby modules work!'
hello = 'Hello, World!'
works = 'Ruby modules work!'
s = [hello, works].join ' '
console_puts s