-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91ef699
commit 7472ebc
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Programs Directory | ||
|
||
This directory contains simple, standalone Rust programs and examples. | ||
|
||
## Structure | ||
- Each program should be in its own subdirectory | ||
- Include appropriate documentation for each program | ||
- All programs are standalone and can be compiled using `rustc` | ||
|
||
## Usage | ||
To compile and run any program: | ||
1. Navigate to the program's directory | ||
2. Compile with: `rustc filename.rs` | ||
3. Run the resulting executable |