a793556702 0.1.3

A very simple crate to test publishing to crates.io.
Documentation

a793556702

A very simple crate to test publishing to crates.io. Not intended to provide any real functionality.

This is all it does:

use a793556702::say_hello;
let message = say_hello("Fred");
assert_eq!("Hello, Fred!", message);