aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-09-07 15:50:09 +0000
committerGitHub <noreply@github.com>2016-09-07 15:50:09 +0000
commit20d59f14397be8993bbb3cb9951a90a07c50a5f4 (patch)
tree77ac13e0e2dd3fe012f15ca4222fb9811249594f /README.md
parentsome minor changes (diff)
downloadmutator-20d59f14397be8993bbb3cb9951a90a07c50a5f4.tar.gz
mutator-20d59f14397be8993bbb3cb9951a90a07c50a5f4.zip
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8ba574a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# mutator
+
+a simple C code mutator. mutator.cpp is the source file for the mutator which uses the LLVM libraries. the makefile is what it says it is.
+mutator.sh is a simple UI similar to other 'nix programs.