From d87d0f63993e41e80402125901bd4753c656f0e7 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Sun, 23 Apr 2017 19:49:53 +0200 Subject: [PATCH] First commit --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ee50f0 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +A simple smart handle class. The class takes an object and stores it, and calls it in any way the developer needs to destroy it on object's destruction. \ No newline at end of file