Your first program in Solidity
Easy
78
3
4.9% Acceptance
Objective -
In this challenge, we review some basic concepts that will get you started with this series. You will need to use the same (or similar) syntax to read input and write output in challenges throughout Codedamn.
Task -
To complete this challenge, you must print Hello Solidity. Use str as a variable to store value.
You can do this :-)