hello-world is a Rust program and library that prints the line Hello, world! to the console.
This program/library was created as a simple example of how to write a Rust program.
It is not intended to be a complete, feature-rich Rust library, but rather a starting point for learning Rust.
Written, tested, and first published to GitHub on 4/30/2022.
| code | description |
|---|---|
| -1 | an error occurred while running the program. |
| 0 | the program did not encounter any errors while running. |
| 1 | (unexpected) arguments were supplied to the program. |
