Skip to content

A Rust program/library to write a Hello World message to the standard output.

License

Notifications You must be signed in to change notification settings

oliver194/hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust program/library to write a Hello World message to the standard output.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%