i can clearly see that gnd pin is not connected to resistor path.First you just change Pin no from
int led = 2;
to
int led = 13;
check whether your led should blink.
i can clearly see that gnd pin is not connected to resistor path.First you just change Pin no from
int led = 2;
to
int led = 13;
check whether your led should blink.