the-answer 0.0.1-alpha.0

The answer to the question of life, the universe and everything.
Documentation
1
2
3
4
5
6
7
8
9

#[cfg(test)]
mod tests {
    #[test]
    fn get_answer() {
        use the_answer::the_answer;
        assert_eq!(the_answer(), 42);
    }
}