It didn't do anything

It´s my first day with arduino and I start searching for projects. the first time all work perfectly, but when I compile a second Project, the black box throw me this massage:
“Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.”

And nothing happened after that. What should I do?
Thanks a lot!

Could you have clicked on the "Verify" button (the checkmark on the far left) instead of the "Upload" button (right-pointing arrow second from the left)? The "Verify" just compiles the code to make sure it is syntactically correct. The "Upload" button compiles the code and then tries to install it into your Arduino.