block_chain/
lib.rs

1/// Congradulations! By including this library in your project, you can now
2/// generate money from nothing by saying your app uses blockchain! Just
3/// call the `use_blockchain` function once and you are all set!
4
5/// Makes your app use the blockchain and collect that sweet investor money!
6pub fn use_blockchain() {
7    // capitalism breeds innovation
8}