Ciber 0.0.1

先占坑,后办事。
Documentation
#![allow(non_snake_case)]
#![allow(unused_parens)]
#![allow(unused_doc_comments)]

/**
 * entry function.
 * 
 */

// pub use rand;

pub fn start()
{    
    println!("start...");

    // let challenge = rand::random::<u32>();
    // println!("{:08x}",challenge);
    // assert!(false);
}