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

orbyfiedistrash/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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.


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 (unexpected) arguments were supplied to the program.

Logo

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