From a58202c338c590cdba25c99c98e4273522b9d8ec Mon Sep 17 00:00:00 2001 From: Tanya Date: Sun, 5 May 2024 21:37:44 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82?= =?UTF-8?q?=D0=B5=D0=BA=D0=B0=20doctest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doctest.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 doctest.h diff --git a/doctest.h b/doctest.h new file mode 100644 index 0000000..6f70f09 --- /dev/null +++ b/doctest.h @@ -0,0 +1 @@ +#pragma once