extern crate hello; // Demonstrates the usage of hello fn main() { hello::world(); }