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.
feature | description | since | maintained | known issues |
---|---|---|---|---|
default | prints the "Hello, world!" line to the standard output | 0.1.0 | ✅ | 0 |
benchmark | performs the default goal and times the execution | 0.1.0 | ✅ | 0 |
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 | invalid argument(s) were supplied to the program. |