From baf16a5e0b1dc5f9557a2bed7b6eac2dfccff84f Mon Sep 17 00:00:00 2001 From: Lana Date: Wed, 18 Sep 2024 19:04:45 -0500 Subject: [PATCH] borger --- hello-world.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hello-world.cpp b/hello-world.cpp index 42c394d..5c1166a 100644 --- a/hello-world.cpp +++ b/hello-world.cpp @@ -4,6 +4,13 @@ int main() { // my comment std::cout << "Hello UTD" << std::endl; + if(true){ + if(!false){ + if("cheeseburger" == "cheeseburger") { + std::cout << "borger\n"; + } + } + } return 0; } \ No newline at end of file