Hacking ...In Programming language

Simple way to define the "hack" or "hacking" in programming language.

if you write the below simple code & compile it then you would get the output "hacking"

if(a == "b" && a == "c"){
print('hacking');
}


Enjoy ..continue ..

Comments

Popular posts from this blog

Step by step guide on how to pay Income Tax that is due

Simple way producer–consumer problem's implementation in NodeJs