Skip to content

Instantly share code, notes, and snippets.

View aliechoes's full-sized avatar
🐺

Ali Boushehri aliechoes

🐺
View GitHub Profile
@aliechoes
aliechoes / D_R.sol
Created August 25, 2018 16:10
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.24+commit.e67f0147.js&optimize=true&gist=
pragma solidity ^0.4.18;
contract summation {
function Calc_Sum(uint8[4] ) returns(bool) {}
function get_sum() returns(uint8) {}
function get_length() returns(uint) {}
}
contract dist_R {