mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-21 21:02:40 +00:00
Create HelloHacktoberfest.sol
This commit is contained in:
parent
7f7e65a318
commit
ab5f357ff7
10
code/HelloHacktoberfest.sol
Normal file
10
code/HelloHacktoberfest.sol
Normal file
@ -0,0 +1,10 @@
|
||||
pragma solidity ^0.4.20;
|
||||
|
||||
// Hacktober greetings smart contract
|
||||
contract HelloHacktoberfest {
|
||||
|
||||
function Hello() external view returns (string) {
|
||||
return "Hello Hacktoberfest 2018!";
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user