Arduino Sketch Error

Morning All,

New to Arduino and am using one for a school project. I have downloaded code from a website that has been working correctly for the whole weekend. But now when I have gone to upload it to the Arduino I have a error. I have tried to reset the Arduino but I still get the same error.

the error is -

sketch uses 2396 bytes (7%) of program storage space. Maximum is 32256 bytes.
Global variables use 194 bytes (9%) of dynamic memory, leaving 1854 bytes for local variable. Maximum is 2048 bytes.

How do I fix this?

Thanks

That's not an error. It's just some helpful information to tell you about the memory usage of your sketch. The compilation was successful, nothing to fix, carry on.

(deleted)