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