Your first program in Solidity

Easy
72
3
4.6% 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 :-)