mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-08-05 06:38:25 +00:00
Create HelloHacktoberfest.sol
This commit is contained in:
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!";
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user