Skip to content

Instantly share code, notes, and snippets.

View vincentlg's full-sized avatar

Vincent Le Gallic vincentlg

View GitHub Profile
@vincentlg
vincentlg / Roulette.sol
Last active February 25, 2017 20:47 — forked from joseluu/Roulette.sol
pragma solidity ^0.4.0;
contract Roulette {
uint public lastRoundTimestamp;
uint public nextRoundTimestamp;
address _creator;
uint _interval;