mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 22:53:39 +00:00
test: push dummy file
This commit is contained in:
parent
3a736777fd
commit
09f3a33edd
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 };
|
||||
};
|
||||
Loading…
Reference in a new issue