A.s. Bhullar

101
reputation
2

include"stdio.h"

int main()
{
printf("I am in love with programming");
return 0;

}