Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 987 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 987 Bytes

hello-world

Description

hello-world is a Rust program and library that prints the line Hello, world! to the console.

Why was this created?

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.


Features

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

Information

Written, tested, and first published to GitHub on 4/30/2022.


Exit Codes

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.