Would it be possible to print Hello twice using single condition?
Hello
condition
if \"condition\" printf (\"Hello\"); else printf(\"World\");
Comment the "else" ;)
if(foo) { bar(); } //else { baz(); }