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; -} -```