I am trying to define a string in Julia like I would in Python by doing the following:
'hello world'
However, I am getting the following error:
ERROR: syntax: character literal contains multiple characters
Stacktrace:
[1] top-level scope
@ none:1
Any suggestion to resolve this? I searched around for the error but nothing about Julia came up, only C# and other languages.