this_should_not_happen 0.1.0

please don't kill me, this is just a test of shared lib and exe sources in single crate
Documentation
1
2
3
4
5
6
use this_should_not_happen_lib::test;

fn main() {
    println!("A");
    test();
}