First go at Proof of History

This commit is contained in:
Greg Fitzgerald
2018-02-14 11:00:01 -07:00
parent bad95b7712
commit d23fda1936
2 changed files with 62 additions and 7 deletions

View File

@ -1,7 +1 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
pub mod tick;