//! # Publish Test
//!
//! This file is part of the publish_test crate.
//! It provides a simple function to print "Hello, world!" to the console.
/// This is a simple Rust library that provides a function to print "Hello, world!" to the console.
/// # Example usage:
/// ```
/// use publish_test::print_hello;
/// print_hello();
/// ```