3 lines
37 B
JavaScript
3 lines
37 B
JavaScript
|
|
var s = "hello"
|
||
|
|
print(s + " there!")
|