mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-06 05:35:17 +00:00
test: push dummy file
This commit is contained in:
15
Minecraft.Client/really_good_cpp.cpp
Normal file
15
Minecraft.Client/really_good_cpp.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
// 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 };
|
||||
};
|
||||
Reference in New Issue
Block a user