From 65dcbded01186b4984a2c1e1ed53f8ca97104b6f Mon Sep 17 00:00:00 2001 From: Hizenberg469 <150547893+Hizenberg469@users.noreply.github.com> Date: Tue, 21 Jan 2025 23:27:32 +0530 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf10008 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +To build the executable and library: +make + +To clean the library and executable: +make clean