Add Solidity language
This commit is contained in:
7
s/Solidity.sol
Normal file
7
s/Solidity.sol
Normal file
@@ -0,0 +1,7 @@
|
||||
pragma solidity ^0.4.24;
|
||||
|
||||
contract HelloWorld {
|
||||
function render () public pure returns (string) {
|
||||
return 'Hello World';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user