From 4e405c6f669e696c183016ae04a6a5b66a6804c1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 12 Dec 2025 10:17:34 -0600 Subject: [PATCH] delete noice gist --- src/content/gists/noice.mdx | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/content/gists/noice.mdx diff --git a/src/content/gists/noice.mdx b/src/content/gists/noice.mdx deleted file mode 100644 index ff179cb..0000000 --- a/src/content/gists/noice.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "noice.cc" -date: "07/10/2025" ---- - -```cpp -#include - -int main() { - std::cout << "I'm surprised that you found this"; - return 0; -} -```