From aa85515c97e1b37638003857f497d157b6757933 Mon Sep 17 00:00:00 2001 From: Clemens Date: Thu, 12 Oct 2017 14:30:17 +0200 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea752ba --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# bubblesort_js +Bubblesort in JavaScript für Benutzung im Unterrricht