3 lines
35 B
Julia
3 lines
35 B
Julia
|
|
s = "hello"
|
||
|
|
println(s * " there!")
|