fnorder 1.1.0

Totally non-randomly generated messages from the Illuminati.
Documentation
# Fnord!
This is a Rust port of the classic [SJ Games](http://sjgames.com) [Fnorder](http://www.sjgames.com/misc/fnord.html). It is both a library and an extremely simple example binary.

The library exports one function. `pub fn fnorder() -> String` returns a message from the Illuminati. The binary just prints that message to standard output.

## License & Copyright
The Fnorder is a product of Steve Jackson Games, and its content is copyrighted
by Steve Jackson Games. All rights are reserved by Steve Jackson Games. This
port is the creation of Patrick Burroughs and is released for free distribution,
and not for resale, under the permissions granted in the Steve Jackson Games
Online Policy [1].

Copyright (c) 2016-2025 Pat “Celti” Burroughs.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software for non-commercial use, including without limitation the rights to
use, copy, modify, merge, publish, distribute, or sublicense under a compatible
license, and to permit persons to whom the Software is furnished to do so,
subject to the following condition:

The above copyright and trademark notices and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[1](http://www.sjgames.com/general/online_policy.html)