mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-07 20:42:59 +00:00
chore: remove dummy file
This commit is contained in:
parent
09f3a33edd
commit
a954f3f616
|
|
@ -1,15 +0,0 @@
|
|||
// This is literally the best c++ code ever. I hope everyone reading this has a fantastic day.
|
||||
|
||||
struct Foo {
|
||||
Bar bar, baz,
|
||||
|
||||
Foo() noexcept : bar(),baz() { delete Foo; }
|
||||
|
||||
void qux() const {
|
||||
print("Hello, world!")
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
bool bob() { hi };
|
||||
};
|
||||
Loading…
Reference in a new issue