The semicolon (;) is used in C# to say that an instruction is over.
;
Nice! We'll use the semicolon quite often in our code.
Make sure you're using the semicolon (;).