summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <111302340+jkk00010@users.noreply.github.com>2022-09-22 13:27:13 -0400
committerGitHub <noreply@github.com>2022-09-22 13:27:13 -0400
commit1d29dc5da3f6707224dcde79dff5ed161b271187 (patch)
treeb6d94ce5a4f6492aebb92dcc37707416bb449afe
parent610edd16728dc0deeb8cfcee58e81160115fcdc3 (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c4377d..7c9335b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
# undefined-samples
Minimal C programs that exhibit undefined behavior
+
+This is a collection of minimal C programs that exhibit undefined behavior. They are useful for conducting experiments on compilers as well as static and dynamic analysis tools.