4 lines
36 B
Crystal
4 lines
36 B
Crystal
|
|
s = "world"
|
||
|
|
s = "Hello " + s
|
||
|
|
puts s
|