Thoughtscript 21bd180c1c BAEL-1461
2018-04-19 05:37:34 +01:00

11 lines
152 B
Solidity

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