From fcd760c4be3a84f14abc3ad093c9d7219b3b5cae Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Tue, 31 Dec 2024 17:33:13 -0800
Subject: [PATCH] .revert to avoid breaking unittest

---
 standalone-toys/c-with-class.h => c-with-class.h | 0
 standalone-toys/README.md                        | 1 -
 2 files changed, 1 deletion(-)
 rename standalone-toys/c-with-class.h => c-with-class.h (100%)

diff --git a/standalone-toys/c-with-class.h b/c-with-class.h
similarity index 100%
rename from standalone-toys/c-with-class.h
rename to c-with-class.h
diff --git a/standalone-toys/README.md b/standalone-toys/README.md
index f951c64..7e29648 100644
--- a/standalone-toys/README.md
+++ b/standalone-toys/README.md
@@ -9,5 +9,4 @@ They **are not** part of rlib, and they are intended for situations while not pr
 |Header|Note|
 |------|----|
 |rdebug.h|Minimal C helper to print debug output|
-|c-with-class.h|Old fashioned trick used in some C homeworks|
 |rlib.min.hpp|Minimal io/string helper for solving OJ questions, or writing POC program|
-- 
GitLab