Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambesawi committed Nov 6, 2023
1 parent 02542f6 commit d036d84
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion 0x02-minimum_operations/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
this is alx project for intervew
# Minimum Operations

This is a Python program that calculates the fewest number of operations needed to generate 'n' 'H' characters in a text file, using only two operations: Copy All and Paste.

## Requirements

- Python 3.4.3
- Ubuntu 20.04 LTS
- PEP 8 style (version 1.7.x)
- All files should be executable
- All files should end with a new line
- The first line of all your files should be exactly `#!/usr/bin/python3`

## Usage

You can run the program by executing the `0-main.py` script as shown in the example below:

```bash
$ ./0-main.py

0 comments on commit d036d84

Please sign in to comment.