BAEL-1461

This commit is contained in:
Thoughtscript
2018-04-19 05:37:34 +01:00
parent 263009fb32
commit 21bd180c1c
28 changed files with 3125 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
pragma solidity ^0.4.17;
contract Example {
function Example() {
// constructor
}
function ExampleFunction() {
// example function
}
}