1
0
Fork 0
mirror of https://github.com/tailix/mrubyvisor.git synced 2025-06-09 18:52:05 -04:00

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

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