Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created August 13, 2017 09:05
Show Gist options
  • Save hayeah/537332de7ee4c404403c27c66f5be01d to your computer and use it in GitHub Desktop.
Save hayeah/537332de7ee4c404403c27c66f5be01d to your computer and use it in GitHub Desktop.
solidity ^0.4.11;
contract C {
struct Tuple {
uint256 a;
uint256 b;
uint256 c;
uint256 d;
uint256 e;
uint256 f;
}
Tuple t;
function C() {
t.f = 0xC0FEFE;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment