diff --git a/README.md b/README.md index e69de29..53bcbb0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# C Memory stresser +This is a simple program that allocates memory in a loop until the system runs out of memory. It is useful for testing how your system behaves under memory pressure. + +## Usage +```bash +make +./main +``` +