From a3978410644b7eb13c27d6593fb7d4c3986439a2 Mon Sep 17 00:00:00 2001 From: Dora Date: Fri, 6 Feb 2026 12:19:13 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f57bea5..b81f6c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ -# variadic-machine - -a library that allows you to control a brainfuck-like machine using C++ \ No newline at end of file +# The Variadic Machine +This is a simple for fun library I made to show that you can compute anything using variadics inputs as some sort of a language. \ No newline at end of file