delete noice gist

This commit is contained in:
Barrett Ruth 2025-12-12 10:17:34 -06:00
parent 27033c596c
commit 4e405c6f66

View file

@ -1,13 +0,0 @@
---
title: "noice.cc"
date: "07/10/2025"
---
```cpp
#include <iostream>
int main() {
std::cout << "I'm surprised that you found this";
return 0;
}
```