We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To get console outputs when using non-formatted strings without quotes
dep::std::println("Hello World");
outputs Hello World
Hello World
It outputs "Hello World"
"Hello World"
Call println with regular string.
println
None
nargo 0.19.3
No response
Yes
The text was updated successfully, but these errors were encountered:
Duplicate of #2904
Sorry, something went wrong.
No branches or pull requests
Aim
To get console outputs when using non-formatted strings without quotes
Expected Behavior
outputs
Hello World
Bug
It outputs
"Hello World"
To Reproduce
Call
println
with regular string.Installation Method
None
Nargo Version
nargo 0.19.3
Additional Context
No response
Would you like to submit a PR for this Issue?
Yes
Support Needs
No response
The text was updated successfully, but these errors were encountered: