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