mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-02-02 02:46:30 +00:00
commit
9d3238afb0
@ -266,6 +266,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
|||||||
- I am a young developer in india
|
- I am a young developer in india
|
||||||
- I'm currently a student!
|
- I'm currently a student!
|
||||||
|
|
||||||
|
### Gleb
|
||||||
|
- Software engineer, Blockchain and .NET developer
|
||||||
|
- My first hacktoberfest!
|
||||||
|
- [![github-alt][github-img]](https://github.com/skibitsky)
|
||||||
|
|
||||||
# H
|
# H
|
||||||
|
|
||||||
### Hafpaf
|
### Hafpaf
|
||||||
|
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…
x
Reference in New Issue
Block a user