#include <stdio.h> int main() { int a,b; if(a==b) { printf("true"); } else{ printf("false"); } }
To embed this project on your website, copy the following code and paste it into your website's HTML: