.TH RUST-HELLO-WORLD 1 "March 2025" "Version 0.1.0" "User Manual Page"

.SH NAME
rust-hello-world \- A simple Rust program displaying "Hello, World!"

.SH SYNOPSIS
.B rust-hello-world

.SH DESCRIPTION
The \fBrust-hello-world\fR program is a minimalist example of a Rust application that prints "Hello, World!" to standard output.

.SH OPTIONS
No options are available for this version.

.SH EXAMPLES
Run the program:
.RS
.B $ rust-hello-world
.RE
This will output:
.RS
Hello, World!
.RE

.SH AUTHORS
Judicaël AHYI <ludndev>

.SH LICENSE
MIT License

.SH RESOURCES
.B Homepage:
https://github.com/ludndev/rust-hello-world

.B Documentation:
https://docs.rs/rust-hello-world

.B GitHub Repository:
https://github.com/ludndev/rust-hello-world

.SH SEE ALSO
.B rustc(1), cargo(1)
