2018-04-27 05:54:35 +01:00

11 lines
152 B
Solidity

pragma solidity ^0.4.17;
contract Example {
function Example() {
// constructor
}
function ExampleFunction() {
// example function
}
}