Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stream-rahul committed Jan 25, 2025
1 parent 91ef699 commit 7472ebc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions programs/README.md
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

0 comments on commit 7472ebc

Please sign in to comment.