From f50ae2d350b0a582dda589c6987c7c9b14d52113 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Fri, 13 Sep 2024 17:50:17 +0200 Subject: [PATCH] docs: :pencil: Create a README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +``` +